crypto_kdf_derive_from_key

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc pure
int
crypto_kdf_derive_from_key
(
ubyte* subkey
,
size_t subkey_len
,
ulong subkey_id
,
ref const(char)[crypto_kdf_CONTEXTBYTES] ctx
,
ref const(ubyte)[crypto_kdf_KEYBYTES] key
)

Meta