the HdPublicNode from which to derive the identifier
an optional object containing implementations of sha256 and ripemd160 to use
Returns the ripemd160 hash of the provided input.
To incrementally construct a ripemd160 hash (e.g. for streaming), use
init
, update
, and final
.
a Uint8Array to be hashed using ripemd160
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
Derive the public identifier for a given HdPublicNode. This is used to uniquely identify HD nodes in software. The first 4 bytes of this identifier are considered its fingerprint.