libsodium.crypto_hash_sha512

D language bindings for libsodium's crypto_hash_sha512.h

Members

Functions

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.

Manifest constants

crypto_hash_sha512_BYTES
enum 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.

Structs

crypto_hash_sha512_state
struct crypto_hash_sha512_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

ISC (see LICENSE.txt)