wrapper.sodium.crypto_hash

Undocumented in source.

Members

Aliases

crypto_hash
alias crypto_hash = deimos.sodium.crypto_hash.crypto_hash
Undocumented in source.
crypto_hash_BYTES (from deimos.sodium.crypto_hash)
alias crypto_hash_BYTES = crypto_hash_sha512_BYTES via public import deimos.sodium.crypto_hash : crypto_hash_BYTES, crypto_hash_bytes, crypto_hash_PRIMITIVE;
Undocumented in source.

Functions

crypto_hash
bool crypto_hash(ubyte[crypto_hash_BYTES] out_, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_hash_bytes (from deimos.sodium.crypto_hash)
size_t crypto_hash_bytes() via public import deimos.sodium.crypto_hash : crypto_hash_BYTES, crypto_hash_bytes, crypto_hash_PRIMITIVE;
Undocumented in source.
crypto_hash_primitive
string crypto_hash_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

crypto_hash_PRIMITIVE (from deimos.sodium.crypto_hash)
enum crypto_hash_PRIMITIVE; via public import deimos.sodium.crypto_hash : crypto_hash_BYTES, crypto_hash_bytes, crypto_hash_PRIMITIVE;
Undocumented in source.

Meta