We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems it's currently supporting Ruby (~> 2.2) Do you have any plan to support Ruby ~>3.0?
Ruby (~> 2.2)
The text was updated successfully, but these errors were encountered:
We are also in need to upgrade to ruby 3 and need to dig if we can support this library or abandon it.
Sorry, something went wrong.
Hi Mathieu, you can use keccak.rb - https://github.com/q9f/keccak.rb
gem 'keccak', '~> 1.3'
And just rename all Digest::SHA3 references to Digest::Keccak
Digest::SHA3
Digest::Keccak
Although it's the real SHA3, not Keccak, my fork works:
gem install specific_install && gem specific_install https://github.com/steakknife/digest-sha3-ruby
gem 'digest-sha3', git: 'https://github.com/steakknife/digest-sha3-ruby'
No branches or pull requests
It seems it's currently supporting
Ruby (~> 2.2)
Do you have any plan to support Ruby ~>3.0?
The text was updated successfully, but these errors were encountered: