wrapper.sodium.crypto_shorthash

Undocumented in source.

Members

Aliases

crypto_shorthash
alias crypto_shorthash = deimos.sodium.crypto_shorthash.crypto_shorthash
Undocumented in source.
crypto_shorthash_BYTES (from deimos.sodium.crypto_shorthash)
alias crypto_shorthash_BYTES = crypto_shorthash_siphash24_BYTES via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.
crypto_shorthash_KEYBYTES (from deimos.sodium.crypto_shorthash)
alias crypto_shorthash_KEYBYTES = crypto_shorthash_siphash24_KEYBYTES via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.

Functions

crypto_shorthash
int crypto_shorthash(ubyte[crypto_shorthash_BYTES] hash, ubyte[] data, ubyte[crypto_shorthash_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_shorthash_bytes (from deimos.sodium.crypto_shorthash)
size_t crypto_shorthash_bytes() via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.
crypto_shorthash_keybytes (from deimos.sodium.crypto_shorthash)
size_t crypto_shorthash_keybytes() via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.
crypto_shorthash_keygen (from deimos.sodium.crypto_shorthash)
void crypto_shorthash_keygen(ubyte[crypto_shorthash_KEYBYTES] k) via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.
crypto_shorthash_primitive (from deimos.sodium.crypto_shorthash)
const(char)* crypto_shorthash_primitive() via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.

Manifest constants

crypto_shorthash_PRIMITIVE (from deimos.sodium.crypto_shorthash)
enum crypto_shorthash_PRIMITIVE; via public import deimos.sodium.crypto_shorthash : crypto_shorthash_BYTES, crypto_shorthash_bytes, crypto_shorthash_KEYBYTES, crypto_shorthash_keybytes, crypto_shorthash_PRIMITIVE, crypto_shorthash_primitive, crypto_shorthash_keygen;
Undocumented in source.

Meta