- crypto_hash_sha512
int crypto_hash_sha512(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_sha512_bytes
size_t crypto_hash_sha512_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_sha512_final
int crypto_hash_sha512_final(crypto_hash_sha512_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_sha512_init
int crypto_hash_sha512_init(crypto_hash_sha512_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_sha512_statebytes
size_t crypto_hash_sha512_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_sha512_update
int crypto_hash_sha512_update(crypto_hash_sha512_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.
D language bindings for libsodium's crypto_hash_sha512.h