Coding Enthusiast
Coding Enthusiast
This is a short roadmap to loosely outline the plans for the future releases. This issue will be updated with time. Each release usually takes a month or two but...
Since the BIP38 string already contains an address hash, recovering without the address itself is technically possible but it would add 1x Base58 encoding and 2x SHA256 hash and our...
Users always want to know how long it would take to perform the recovery or sometimes to just know the possibility of recovering something considering how much of it is...
This is possibly an Avalonia issue and is important in BIP-39 recovery option.
RFC-4231 is the _ASN.1 identifiers and test vectors_ for HMAC-SHA functions whereas RFC-2104 is the _specification_.
When computing tagged-hashes for Schnorr sigs the 3 methods (challenge, aux, nonce) first call `secp256k1_sha256_initialize` that sets the hashstate (ie. s[0] to s[7] and bytes) to their default SHA256 values...
In new Electrum versions Save button is used to store the transaction locally (in wallet file) but before it was doing the Export button. The docs still tell users to...