crypto_kdf_derive_from_key

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_kdf_derive_from_key = deimos.sodium.crypto_kdf.crypto_kdf_derive_from_key
  2. bool crypto_kdf_derive_from_key(ubyte[] subkey, ulong subkey_id, char[crypto_kdf_CONTEXTBYTES] ctx, ubyte[crypto_kdf_KEYBYTES] key)
    pragma(inline, true) @nogc @trusted
    bool
    crypto_kdf_derive_from_key
    (
    scope ubyte[] subkey
    ,
    const ulong subkey_id
    ,
    const char[crypto_kdf_CONTEXTBYTES] ctx
    ,
    const ubyte[crypto_kdf_KEYBYTES] key
    )

Meta