![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| namespace | poly1305_donna |
Functions | |
| void | poly1305_donna::poly1305_init (poly1305_context *st, const uint8_t key[32]) noexcept |
| static void | poly1305_donna::poly1305_blocks (poly1305_context *st, const uint8_t *m, size_t bytes) noexcept |
| void | poly1305_donna::poly1305_finish (poly1305_context *st, uint8_t mac[16]) noexcept |
| void | poly1305_donna::poly1305_update (poly1305_context *st, const uint8_t *m, size_t bytes) noexcept |