You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to its github README, pysha3 was only ever for python versions before 3.6 and after that, the hashlib module should be used. Please do that :)
The pysha3 package has reached its end of life and is no longer supported.
The SHA-3 code was merged into Python 3.6 many years ago. Please use SHA-3 functions from [hashlib](https://docs.python.org/3/library/hashlib.html) module directly.
The text was updated successfully, but these errors were encountered:
Thanks for the report! Indeed, we're looking to migrate away from pysha3 across several of our tools. The hashlib module does not offer keccak256 hashes (which pysha3 did) so we're moving to pycryptodome instead.
According to its github README, pysha3 was only ever for python versions before 3.6 and after that, the hashlib module should be used. Please do that :)
To quote https://github.com/tiran/pysha3:
The text was updated successfully, but these errors were encountered: