the private key to decode (in Wallet Import Format)
an implementation of sha256
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
Decode a private key using Wallet Import Format (WIF). See encodePrivateKeyWif for details.