sodium.crypto_shorthash

Undocumented in source.

Members

Functions

crypto_shorthash
int crypto_shorthash(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_shorthash_bytes
size_t crypto_shorthash_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_keybytes
size_t crypto_shorthash_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_primitive
const(char)* crypto_shorthash_primitive()
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_shorthash_BYTES
enum crypto_shorthash_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_KEYBYTES
enum crypto_shorthash_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_shorthash_PRIMITIVE
immutable(char*) crypto_shorthash_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta