KDF.deriveKey

Derive a key

Parameters

key_len size_t

the desired output length in bytes

secret SecureVector!ubyte

the secret input

salt const(ubyte)*

a diversifier

salt_len size_t

size of salt in bytes

Meta