libsodium.crypto_hash_sha256

D language bindings for libsodium's crypto_hash_sha256.h

Members

Functions

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.

Manifest constants

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

Structs

crypto_hash_sha256_state
struct crypto_hash_sha256_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)