KDF.deriveKey

Derive a key

Parameters

key_len size_t

the desired output length in bytes

secret SecureVector!ubyte

the secret input

salt Vector!(ubyte, Alloc)

a diversifier

Meta