- CRYPTO_poly1305_finish
void CRYPTO_poly1305_finish(.poly1305_context* ctx, ubyte* mac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CRYPTO_poly1305_init
void CRYPTO_poly1305_init(.poly1305_context* ctx, const(ubyte)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CRYPTO_poly1305_update
void CRYPTO_poly1305_update(.poly1305_context* ctx, const(ubyte)* in_, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.