- crypto_hash_sha256
bool crypto_hash_sha256(ubyte[crypto_hash_sha256_BYTES] out_, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha256_final
bool crypto_hash_sha256_final(crypto_hash_sha256_state state, ubyte[crypto_hash_sha256_BYTES] out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha256_init
bool crypto_hash_sha256_init(crypto_hash_sha256_state state)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_hash_sha256_update
bool crypto_hash_sha256_update(crypto_hash_sha256_state state, ubyte[] in_)
Undocumented in source. Be warned that the author may not have intended to support it.