Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | mul32x32_64(a, b) ((uint64_t)(a) * (b)) |
Functions | |
void | poly1305_auth (uint8_t out[POLY1305_TAGLEN], const uint8_t *m, size_t inlen, const uint8_t key[POLY1305_KEYLEN]) |