API reference / @evolu/common / Crypto / deriveSlip21Node
Function: deriveSlip21Node()
function deriveSlip21Node(
label,
parentNode,
): Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length64">;
Defined in: packages/common/src/Crypto.ts:94
Derives a single node in the SLIP-21 hierarchical key derivation.
Parameters
| Parameter | Type |
|---|---|
label | string |
parentNode | Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length64"> |
Returns
Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length64">