wrapper.sodium.crypto_kdf

Undocumented in source.

Public Imports

deimos.sodium.crypto_kdf
public import deimos.sodium.crypto_kdf : crypto_kdf_BYTES_MIN, crypto_kdf_bytes_min, crypto_kdf_BYTES_MAX, crypto_kdf_bytes_max, crypto_kdf_CONTEXTBYTES, crypto_kdf_contextbytes, crypto_kdf_KEYBYTES, crypto_kdf_keybytes, crypto_kdf_PRIMITIVE, crypto_kdf_keygen;

Members

Aliases

crypto_kdf_derive_from_key
alias crypto_kdf_derive_from_key = deimos.sodium.crypto_kdf.crypto_kdf_derive_from_key
Undocumented in source.

Functions

crypto_kdf_derive_from_key
bool crypto_kdf_derive_from_key(ubyte[] subkey, ulong subkey_id, char[crypto_kdf_CONTEXTBYTES] ctx, ubyte[crypto_kdf_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_kdf_primitive
string crypto_kdf_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta