Skip to content
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

docs: update readme for keccak 1.3 #17

Merged
merged 3 commits into from
Dec 1, 2021
Merged

docs: update readme for keccak 1.3 #17

merged 3 commits into from
Dec 1, 2021

Conversation

q9f
Copy link
Owner

@q9f q9f commented Dec 1, 2021

⚠️ Note: version ~> 1.3 exposes digest/keccak (Digest::Keccak) whereas version ~> 1.2 maintains the old digest/sha3 (Digest::SHA3) for backward compatibility. Only use ~> 1.2 if you want to lazy-patch your library. It works, but it's not recommended. Use ~> 1.3 and simply rename SHA3 to Keccak.

@q9f q9f merged commit e787b30 into main Dec 1, 2021
@q9f q9f deleted the q9f/readme branch December 1, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant