the entropy from which to derive the HdPrivateNode
Optional
assumeIf 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).
Optional
crypto?: { An optional object containing an implementation of sha512.
Optional
hmacThe HMAC SHA-512 key to use (defaults to the HMAC SHA-512 key used by
BIP32, utf8ToBin('Bitcoin seed')
.
Optional
throwIf true
, invalid key derivations (probability less than 1 in 2^127)
will throw an Error
rather than returning an
HdPrivateNodeInvalid (defaults to true
).
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).