-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove pysha3 as an option #44
Comments
Unfortunately, hashlib doesn't have |
So we may just have to have |
Oof, not really, besides importing the source of pysha3 and taking over maintenance, which is probably not realistic :/ |
You can use: https://pypi.org/project/safe-pysha3/ . I updated the breaking C code, so now it's not compatible with Python < 3.9 , but we can use previous |
pysha3 is no longer maintained: tiran/pysha3#17 (comment)
Remove it as an option. Use hashlib as the default option if neither pycryptodome nor pysha3 are installed
Requires a major version bump. Maybe it's time to go to v1?
The text was updated successfully, but these errors were encountered: