8 #ifndef BOTAN_MAC_POLY1305_H__
9 #define BOTAN_MAC_POLY1305_H__
11 #include <botan/mac.h>
23 std::string
name()
const override {
return "Poly1305"; }
27 void clear()
override;
37 void add_data(
const uint8_t[],
size_t)
override;
38 void final_result(uint8_t[])
override;
39 void key_schedule(
const uint8_t[],
size_t)
override;
MessageAuthenticationCode * clone() const override
std::vector< T, secure_allocator< T >> secure_vector
std::string name() const override
Key_Length_Specification key_spec() const override
size_t output_length() const override