Release Notes¶
eth-hash v0.5.2 (2023-06-07)¶
eth-hash v0.4.0 (2022-07-06)¶
eth-hash v0.3.3 (2022-06-30)¶
eth-hash v0.3.2 (2021-09-03)¶
eth-hash v0.3.0 (2021-01-20)¶
v0.2.0¶
Released September 5, 2018
- set pycryptodome version to >=3.6.6,<4 to fix a recently discovered vulnerability
v0.1.3¶
Released May 14, 2018
- The pycryptodome backend now allows
update(), thendigest(), thenupdate().
v0.1.2¶
Released Apr 2, 2018
- You can now import eth-hash without a backend, it won’t fail until trying to generate a hash
v0.1.1¶
Released Mar 15, 2018
- upgrade pycryptodome to v3.5.1+
- performance improvements with preimage
- Better docs and tests
v0.1.0¶
Released Feb 28, 2018
- Add support for
bytearrayinput to keccak - Add support for incrementally building hash results
v0.1.0-alpha.3¶
Released Feb 7, 2018
- Add pycryptodome backend support
- Add pysha3 backend support
- Can specify backend in environment variable
ETH_HASH_BACKEND - New Quickstart docs
v0.1.0-alpha.1¶
- Launched repository, claimed names for pip, RTD, github, etc