libsodium.crypto_shorthash_siphash24

D language bindings for libsodium's crypto_shorthash_siphash24.h

Members

Functions

crypto_shorthash_siphash24
int crypto_shorthash_siphash24(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_siphash24_bytes
size_t crypto_shorthash_siphash24_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_siphash24_keybytes
size_t crypto_shorthash_siphash24_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_siphashx24
int crypto_shorthash_siphashx24(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_siphashx24_bytes
size_t crypto_shorthash_siphashx24_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_siphashx24_keybytes
size_t crypto_shorthash_siphashx24_keybytes()
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_siphash24_BYTES
enum crypto_shorthash_siphash24_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_siphash24_KEYBYTES
enum crypto_shorthash_siphash24_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_siphashx24_BYTES
enum crypto_shorthash_siphashx24_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_siphashx24_KEYBYTES
enum crypto_shorthash_siphashx24_KEYBYTES;
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)