libressl_d.openssl.poly1305

Undocumented in source.

Public Imports

core.stdc.stddef
public import core.stdc.stddef;
Undocumented in source.
libressl_d.openssl.opensslconf
public import libressl_d.openssl.opensslconf;
Undocumented in source.

Members

Aliases

poly1305_state
alias poly1305_state = .poly1305_context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Structs

poly1305_context
struct poly1305_context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta