8 #ifndef BOTAN_CBC_MAC_H__ 9 #define BOTAN_CBC_MAC_H__ 11 #include <botan/mac.h> 12 #include <botan/block_cipher.h> 22 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);
Key_Length_Specification key_spec() const
size_t output_length() const