- crypto_hash_sha512
bool crypto_hash_sha512(ubyte[crypto_hash_sha512_BYTES] out_, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha512_bytes (from deimos.sodium.crypto_hash_sha512)
size_t crypto_hash_sha512_bytes() via public
import deimos.sodium.crypto_hash_sha512 : crypto_hash_sha512_state, crypto_hash_sha512_statebytes, crypto_hash_sha512_BYTES, crypto_hash_sha512_bytes;
Undocumented in source.
- crypto_hash_sha512_final
bool crypto_hash_sha512_final(crypto_hash_sha512_state state, ubyte[crypto_hash_sha512_BYTES] out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha512_init
bool crypto_hash_sha512_init(crypto_hash_sha512_state state)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha512_statebytes (from deimos.sodium.crypto_hash_sha512)
size_t crypto_hash_sha512_statebytes() via public
import deimos.sodium.crypto_hash_sha512 : crypto_hash_sha512_state, crypto_hash_sha512_statebytes, crypto_hash_sha512_BYTES, crypto_hash_sha512_bytes;
Undocumented in source.
- crypto_hash_sha512_update
bool crypto_hash_sha512_update(crypto_hash_sha512_state state, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.