a valid HD private node and the network for which to encode the key
an optional object containing an implementation of sha256 to use
Returns the sha256 hash of the provided input.
To incrementally construct a sha256 hash (e.g. for streaming), use init
,
update
, and final
.
a Uint8Array to be hashed using sha256
Generated using TypeDoc
Encode an HD private key (as defined by BIP32) given a valid HdPrivateNode and network.