- crypto_kdf_bytes_max
size_t crypto_kdf_bytes_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_kdf_bytes_min
size_t crypto_kdf_bytes_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_kdf_contextbytes
size_t crypto_kdf_contextbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_kdf_derive_from_key
int crypto_kdf_derive_from_key(ubyte* subkey, size_t subkey_len, ulong subkey_id, const(char)[crypto_kdf_CONTEXTBYTES] ctx, const(ubyte)[crypto_kdf_KEYBYTES] key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_kdf_keybytes
size_t crypto_kdf_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crypto_kdf_keygen
void crypto_kdf_keygen(ubyte[crypto_kdf_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_kdf_primitive
const(char)* crypto_kdf_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D language bindings for libsodium's crypto_kdf.h