hashes: Fix sha3_256 incremental hashing
This commit fixes a bug in the SHA3-256 hashing code in rust-bitcoin. Previously, when data was fed in chunks (rather than all at once), the code incorrectly added end-of-message padding after every chunk. That produced the wrong hash for …
1a15728bby Liam Aharon+31−211 file