wrapper.sodium.crypto_hash_sha256

Undocumented in source.

Members

Aliases

crypto_hash_sha256
alias crypto_hash_sha256 = deimos.sodium.crypto_hash_sha256.crypto_hash_sha256
Undocumented in source.
crypto_hash_sha256_final
alias crypto_hash_sha256_final = deimos.sodium.crypto_hash_sha256.crypto_hash_sha256_final
Undocumented in source.
crypto_hash_sha256_init
alias crypto_hash_sha256_init = deimos.sodium.crypto_hash_sha256.crypto_hash_sha256_init
Undocumented in source.
crypto_hash_sha256_update
alias crypto_hash_sha256_update = deimos.sodium.crypto_hash_sha256.crypto_hash_sha256_update
Undocumented in source.

Functions

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_bytes (from deimos.sodium.crypto_hash_sha256)
size_t crypto_hash_sha256_bytes() via public import deimos.sodium.crypto_hash_sha256 : crypto_hash_sha256_state, crypto_hash_sha256_statebytes, crypto_hash_sha256_BYTES, crypto_hash_sha256_bytes;
Undocumented in source.
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_statebytes (from deimos.sodium.crypto_hash_sha256)
size_t crypto_hash_sha256_statebytes() via public import deimos.sodium.crypto_hash_sha256 : crypto_hash_sha256_state, crypto_hash_sha256_statebytes, crypto_hash_sha256_BYTES, crypto_hash_sha256_bytes;
Undocumented in source.
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.

Manifest constants

crypto_hash_sha256_BYTES (from deimos.sodium.crypto_hash_sha256)
enum crypto_hash_sha256_BYTES; via public import deimos.sodium.crypto_hash_sha256 : crypto_hash_sha256_state, crypto_hash_sha256_statebytes, crypto_hash_sha256_BYTES, crypto_hash_sha256_bytes;
Undocumented in source.

Structs

crypto_hash_sha256_state (from deimos.sodium.crypto_hash_sha256)
struct crypto_hash_sha256_state via public import deimos.sodium.crypto_hash_sha256 : crypto_hash_sha256_state, crypto_hash_sha256_statebytes, crypto_hash_sha256_BYTES, crypto_hash_sha256_bytes;
Undocumented in source.

Meta