Constructor
new HKDF(settings)
Create an HKDF instance.
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object | List of settings.
Properties
|
- Source:
Methods
derive(infoopt, sizeopt)
Derive a new output.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
info |
Buffer |
<optional> |
Context and application specific information. | |
size |
Number |
<optional> |
32 | Length of output. |
- Source: