deimos.sodium.crypto_shorthash

Undocumented in source.

Members

Aliases

crypto_shorthash_BYTES
alias crypto_shorthash_BYTES = crypto_shorthash_siphash24_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
alias crypto_shorthash_KEYBYTES = crypto_shorthash_siphash24_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_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_keygen
void crypto_shorthash_keygen(ubyte[crypto_shorthash_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_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_PRIMITIVE
enum 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