BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
Preparing search index...
hkdfHmacSha256
Function hkdfHmacSha256
hkdfHmacSha256
(
ikm
:
Uint8Array
,
salt
:
Uint8Array
,
length
:
number
)
:
Uint8Array
HKDF-HMAC-SHA256 key derivation. Matches Rust hkdf_hmac_sha256 function from bc-crypto.
Parameters
ikm
:
Uint8Array
salt
:
Uint8Array
length
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
Loading...
HKDF-HMAC-SHA256 key derivation. Matches Rust hkdf_hmac_sha256 function from bc-crypto.