8#ifndef BOTAN_MAC_POLY1305_H_
9#define BOTAN_MAC_POLY1305_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;
std::string name() const override
Key_Length_Specification key_spec() const override
MessageAuthenticationCode * clone() const override
size_t output_length() const override
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
std::vector< T, secure_allocator< T > > secure_vector