mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-10 21:16:30 +00:00
We don't need to clear keccak context after hashing ethereum data since it is already public - similar to https://github.com/status-im/nimbus-eth2/pull/222. Because we overwrite the result fully, we also don't need to zero first.