Readonly
hashThe output size of the extract() function in bytes (Nh).
Readonly
idThe KDF identifier.
Extracts a pseudorandom key and expand it to a specified length keying material.
An additional random byte string.
An input keying material
An additional byte string.
The length in bytes of the output keying material.
An output keying material as bytes.
Extracts a pseudorandom key with label.
A pseudorandom key.
A byte string indicating the cryptographic context/operation.
An additional byte string.
The length in bytes of the output keying material.
An output keying material as bytes.
Extracts a pseudorandom key with label.
An additional random byte string.
A byte string indicating the cryptographic context/operation.
An input keying material
A pseudorandom key as bytes.
The KDF interface.