the entropy from which to derive the HdPrivateNode
Optional
assumeValidity: AssumedValidityif set, the derived private key will not be checked
for validity, and will be assumed valid if true
or invalid if false
(this
is useful for testing)
an optional object containing an implementation of sha512 to use
Returns the sha512 hash of the provided input.
To incrementally construct a sha512 hash (e.g. for streaming), use init
,
update
, and final
.
a Uint8Array to be hashed using sha512
Generated using TypeDoc
Derive an HdPrivateNode from the provided seed following the BIP32 specification. A seed should include between 16 bytes and 64 bytes of entropy (recommended: 32 bytes).