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 const(ubyte)*

a diversifier

salt_len size_t

size of salt in bytes

Meta