wrapper.sodium.crypto_generichash

Undocumented in source.

Public Imports

deimos.sodium.crypto_generichash
public import deimos.sodium.crypto_generichash : crypto_generichash_BYTES_MIN, crypto_generichash_bytes_min, crypto_generichash_BYTES_MAX, crypto_generichash_bytes_max, crypto_generichash_BYTES, crypto_generichash_bytes, crypto_generichash_KEYBYTES_MIN, crypto_generichash_keybytes_min, crypto_generichash_KEYBYTES_MAX, crypto_generichash_keybytes_max, crypto_generichash_KEYBYTES, crypto_generichash_keybytes, crypto_generichash_PRIMITIVE, crypto_generichash_state, crypto_generichash_statebytes, crypto_generichash_keygen;

Members

Aliases

crypto_generichash
alias crypto_generichash = deimos.sodium.crypto_generichash.crypto_generichash
Undocumented in source.
crypto_generichash_final
alias crypto_generichash_final = deimos.sodium.crypto_generichash.crypto_generichash_final
Undocumented in source.
crypto_generichash_init
alias crypto_generichash_init = deimos.sodium.crypto_generichash.crypto_generichash_init
Undocumented in source.
crypto_generichash_update
alias crypto_generichash_update = deimos.sodium.crypto_generichash.crypto_generichash_update
Undocumented in source.

Functions

crypto_generichash
bool crypto_generichash(ubyte[] out_, ubyte[] in_, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_generichash_final
bool crypto_generichash_final(crypto_generichash_state state, ubyte[] out_)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_generichash_init
bool crypto_generichash_init(crypto_generichash_state state, ubyte[] key, size_t outlen)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_generichash_multi
void crypto_generichash_multi(ubyte[] out_, ubyte[][] in_multi, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_generichash_primitive
string crypto_generichash_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_generichash_update
bool crypto_generichash_update(crypto_generichash_state state, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta