8#ifndef BOTAN_ANSI_X919_MAC_H__
9#define BOTAN_ANSI_X919_MAC_H__
12#include <botan/block_cipher.h>
23 std::string
name()
const;
38 void add_data(
const byte[],
size_t);
39 void final_result(
byte[]);
40 void key_schedule(
const byte[],
size_t);
size_t output_length() const
ANSI_X919_MAC(BlockCipher *cipher)
Key_Length_Specification key_spec() const