![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | poly1305_donna::poly1305_context |
| class | Poly1305 |
| C++ wrapper with std::byte Span interface around poly1305_donna code. More... | |
Namespaces | |
| namespace | poly1305_donna |
Macros | |
| #define | POLY1305_BLOCK_SIZE 16 |
Functions | |
| void | poly1305_donna::poly1305_init (poly1305_context *st, const uint8_t key[32]) noexcept |
| void | poly1305_donna::poly1305_update (poly1305_context *st, const uint8_t *m, size_t bytes) noexcept |
| void | poly1305_donna::poly1305_finish (poly1305_context *st, uint8_t mac[16]) noexcept |
| #define POLY1305_BLOCK_SIZE 16 |
Definition at line 14 of file poly1305.h.