![]() |
Bitcoin Core
24.99.0
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 (unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) |
#define mul32x32_64 | ( | a, | |
b | |||
) | ((uint64_t)(a) * (b)) |
Definition at line 13 of file poly1305.cpp.
void poly1305_auth | ( | unsigned char | out[POLY1305_TAGLEN], |
const unsigned char * | m, | ||
size_t | inlen, | ||
const unsigned char | key[POLY1305_KEYLEN] | ||
) |
Definition at line 15 of file poly1305.cpp.