deimos.sodium.crypto_hash

Undocumented in source.

Members

Aliases

crypto_hash_BYTES
alias crypto_hash_BYTES = crypto_hash_sha512_BYTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

crypto_hash
int crypto_hash(ubyte* out_, const(ubyte)* in_, ulong inlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_hash_bytes
size_t crypto_hash_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_hash_primitive
const(char)* crypto_hash_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_hash_PRIMITIVE
enum crypto_hash_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta