digest-sha3-ruby
digest-sha3-ruby copied to clipboard
SHA-3 (Keccak) extension for Ruby
Allow this gem to be used with ruby 3 if you need I can bump the gem version as well in this PR or any other changes, let me know
It seems it's currently supporting `Ruby (~> 2.2)` Do you have any plan to support Ruby ~>3.0?
I'd like to add a simple fix. The problem is that at least in Ubuntu gcc has "-Wformat-security" as a default flag, and together with "-Werror=format-security" they lead to an...
Hey, I tried to install the gem on an Ubuntu server in order to run ethereum.rb. But I got an error. This is the console report ------------------------------ sudo gem install...
As the title says. Is this still being maintained?
Hey, I'm trying to find a SHA3 library for Ruby, but it seems like every library (this one included) is, if I'm not mistaken, using an old version of Keccak...
As of Ruby 2.2.0, digest-sha3 v1.0.2 now produces a TypeError. The problem also occurs in the current 2.3.0-dev build. The problem doesn't occur in earlier versions of Ruby (verified: 1.9.3-p448,...