@orangecheck/lock-crypto / hkdfSha256
Function: hkdfSha256()
function hkdfSha256(
ikm: Bytes,
salt: Bytes,
info: Bytes,
length?: number): Bytes;
Defined in: index.ts:35
Parameters
| Parameter | Type | Default value |
|---|---|---|
ikm | Bytes | undefined |
salt | Bytes | undefined |
info | Bytes | undefined |
length | number | 32 |