Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
Preparing search index...
deriveSigningPrivateKey
Function deriveSigningPrivateKey
deriveSigningPrivateKey
(
keyMaterial
:
Uint8Array
)
:
Uint8Array
Derive a signing private key from key material. Uses HKDF with "signing" as domain separation salt.
Parameters
keyMaterial
:
Uint8Array
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 signing private key from key material. Uses HKDF with "signing" as domain separation salt.