libsodium.crypto_hash

D language bindings for libsodium's crypto_hash.h

Members

Functions

crypto_hash
int crypto_hash(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_bytes
size_t crypto_hash_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_primitive
const(char)* crypto_hash_primitive()
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_BYTES
enum crypto_hash_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_PRIMITIVE
enum crypto_hash_PRIMITIVE;
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)