- 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.
D language bindings for libsodium's crypto_auth.h