Go to the documentation of this file.
8 #ifndef BOTAN_ANSI_X919_MAC_H__
9 #define BOTAN_ANSI_X919_MAC_H__
11 #include <botan/mac.h>
12 #include <botan/block_cipher.h>
23 std::string name()
const;
42 void add_data(
const byte[],
size_t);
43 void final_result(
byte[]);
44 void key_schedule(
const byte[],
size_t);