- crypto_generichash_BYTES
alias crypto_generichash_BYTES = crypto_generichash_blake2b_BYTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_BYTES_MAX
alias crypto_generichash_BYTES_MAX = crypto_generichash_blake2b_BYTES_MAX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_BYTES_MIN
alias crypto_generichash_BYTES_MIN = crypto_generichash_blake2b_BYTES_MIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_KEYBYTES
alias crypto_generichash_KEYBYTES = crypto_generichash_blake2b_KEYBYTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_KEYBYTES_MAX
alias crypto_generichash_KEYBYTES_MAX = crypto_generichash_blake2b_KEYBYTES_MAX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_KEYBYTES_MIN
alias crypto_generichash_KEYBYTES_MIN = crypto_generichash_blake2b_KEYBYTES_MIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_state
alias crypto_generichash_state = crypto_generichash_blake2b_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash
int crypto_generichash(ubyte* out_, size_t outlen, const(ubyte)* in_, ulong inlen, const(ubyte)* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_bytes
size_t crypto_generichash_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_bytes_max
size_t crypto_generichash_bytes_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_bytes_min
size_t crypto_generichash_bytes_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_final
int crypto_generichash_final(crypto_generichash_state* state, ubyte* out_, size_t outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_init
int crypto_generichash_init(crypto_generichash_state* state, const(ubyte)* key, size_t keylen, size_t outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_keybytes
size_t crypto_generichash_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_keybytes_max
size_t crypto_generichash_keybytes_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_keybytes_min
size_t crypto_generichash_keybytes_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_keygen
void crypto_generichash_keygen(ubyte[crypto_generichash_KEYBYTES] k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_primitive
const(char)* crypto_generichash_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_statebytes
size_t crypto_generichash_statebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_generichash_update
int crypto_generichash_update(crypto_generichash_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.