Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
Preparing search index...
hkdfHmacSha256
Function hkdfHmacSha256
hkdfHmacSha256
(
keyMaterial
:
Uint8Array
,
salt
:
Uint8Array
,
keyLen
:
number
,
)
:
Uint8Array
Compute HKDF-HMAC-SHA-256 for the given key material.
Parameters
keyMaterial
:
Uint8Array
salt
:
Uint8Array
keyLen
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
Loading...
Compute HKDF-HMAC-SHA-256 for the given key material.