Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
Preparing search index...
hkdfHmacSha256
Function hkdfHmacSha256
hkdfHmacSha256
(
keyMaterial
:
Uint8Array
,
salt
:
Uint8Array
,
keyLen
:
number
,
)
:
Uint8Array
Derive a key using HKDF with HMAC-SHA-256
Parameters
keyMaterial
:
Uint8Array
salt
:
Uint8Array
keyLen
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
Loading...
Derive a key using HKDF with HMAC-SHA-256