![]() |
Bitcoin Core 30.99.0
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 unsigned char key[32]) noexcept |
| void | poly1305_donna::poly1305_update (poly1305_context *st, const unsigned char *m, size_t bytes) noexcept |
| void | poly1305_donna::poly1305_finish (poly1305_context *st, unsigned char mac[16]) noexcept |
| #define POLY1305_BLOCK_SIZE 16 |
Definition at line 15 of file poly1305.h.