KDF.deriveKey

Derive a key

Parameters

key_len size_t

the desired output length in bytes

secret const(ubyte)*

the secret input

secret_len size_t

size of secret in bytes

salt string

a diversifier

Meta