8#ifndef BOTAN_MESSAGE_AUTH_CODE_BASE_H__
9#define BOTAN_MESSAGE_AUTH_CODE_BASE_H__
11#include <botan/buf_comp.h>
12#include <botan/sym_algo.h>
30 virtual bool verify_mac(
const byte in[],
size_t length);
41 virtual std::string
name()
const = 0;
virtual bool verify_mac(const byte in[], size_t length)
virtual std::string name() const =0
virtual MessageAuthenticationCode * clone() const =0