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

Support for Ruby 3? #11

Open
sydneyitguy opened this issue May 17, 2021 · 3 comments
Open

Support for Ruby 3? #11

sydneyitguy opened this issue May 17, 2021 · 3 comments

Comments

@sydneyitguy
Copy link

It seems it's currently supporting Ruby (~> 2.2)
Do you have any plan to support Ruby ~>3.0?

@mathieujobin
Copy link

We are also in need to upgrade to ruby 3 and need to dig if we can support this library or abandon it.

@q9f
Copy link

q9f commented Jan 3, 2022

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

@skull-squadron
Copy link

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'

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

No branches or pull requests

4 participants