- 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.