libsodium.crypto_auth

D language bindings for libsodium's crypto_auth.h

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

License

ISC (see LICENSE.txt)