Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
poly1305.cpp
Go to the documentation of this file.
BENCHMARK(POLY1305_64BYTES)
void poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN])
Definition: poly1305.cpp:15
Definition: bench.h:50