sodium.crypto_auth

Undocumented in source.

Members

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_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_BYTES
enum 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
enum 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.

Variables

crypto_auth_PRIMITIVE
immutable(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.

Meta