Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
poly1305.h
Go to the documentation of this file.
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