- crypto_hash_sha256
int crypto_hash_sha256(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_sha256_bytes
size_t crypto_hash_sha256_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_sha256_final
int crypto_hash_sha256_final(crypto_hash_sha256_state* state, ubyte* out_)
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_hash_sha256_init
int crypto_hash_sha256_init(crypto_hash_sha256_state* state)
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_hash_sha256_statebytes
size_t crypto_hash_sha256_statebytes()
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_hash_sha256_update
int crypto_hash_sha256_update(crypto_hash_sha256_state* state, 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.