Skip to main content

expandPrivateKey

@totemsdk/core


@totemsdk/core / expandPrivateKey

Variable: expandPrivateKey

const expandPrivateKey: (seed) => Uint8Array = expand_private_key_wasm

Expand master seed into L private key chains. Returns a flat array of L×32 bytes (1088 bytes total).

Parameters

seed

Uint8Array

Returns

Uint8Array