libsodium.crypto_shorthash

D language bindings for libsodium's crypto_shorthash.h

Members

Functions

crypto_shorthash
int crypto_shorthash(ubyte* out_, const(ubyte)* in_, ulong inlen, const(ubyte)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_bytes
size_t crypto_shorthash_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_keybytes
size_t crypto_shorthash_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_keygen
void crypto_shorthash_keygen(ubyte[crypto_shorthash_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_shorthash_primitive
const(char)* crypto_shorthash_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_shorthash_BYTES
enum crypto_shorthash_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_KEYBYTES
enum crypto_shorthash_KEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_shorthash_PRIMITIVE
enum crypto_shorthash_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)