Go to the documentation of this file.    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;