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