deimos.sodium.crypto_auth

Undocumented in source.

Members

Aliases

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

Functions

crypto_auth
int crypto_auth(ubyte* out_, const(ubyte)* in_, ulong inlen, const(ubyte)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_bytes
size_t crypto_auth_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_keybytes
size_t crypto_auth_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_keygen
void crypto_auth_keygen(ubyte[crypto_auth_KEYBYTES] k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_primitive
const(char)* crypto_auth_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_verify
int crypto_auth_verify(const(ubyte)* h, const(ubyte)* in_, ulong inlen, const(ubyte)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Meta