8 #ifndef BOTAN_MAC_POLY1305_H_ 9 #define BOTAN_MAC_POLY1305_H_ 11 #include <botan/mac.h> 25 std::string
name()
const override {
return "Poly1305"; }
29 void clear()
override;
39 void add_data(
const uint8_t[],
size_t)
override;
40 void final_result(uint8_t[])
override;
41 void key_schedule(
const uint8_t[],
size_t)
override;
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
MessageAuthenticationCode * clone() const override
std::string name() const override
Key_Length_Specification key_spec() const override
std::vector< T, secure_allocator< T > > secure_vector
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
size_t output_length() const override