Support for Ruby 3?
It seems it's currently supporting Ruby (~> 2.2)
Do you have any plan to support Ruby ~>3.0?
We are also in need to upgrade to ruby 3 and need to dig if we can support this library or abandon it.
We are also in need to upgrade to ruby 3 and need to dig if we can support this library or abandon it.
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
Although it's the real SHA3, not Keccak, my fork works:
gem
gem install specific_install && gem specific_install https://github.com/steakknife/digest-sha3-ruby
bundler
gem 'digest-sha3', git: 'https://github.com/steakknife/digest-sha3-ruby'