-
Notifications
You must be signed in to change notification settings - Fork 43
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
TypeError in Ruby 2.2.0 and later #3
Comments
👍 |
2 similar comments
+1 |
+1 |
I am no longer maintaining this gem. If someone would like to take over maintenance, please let me know. |
Trying to take up this torch here as we've been using this gem and moving to sha2 digests requires a massive change across a lot of affected systems. Anybody good with C extensions? I'm a bit baffled by the particular error as it seems to be coming from Digest itself and not this library. |
#4 will fix this issue. New version of the gem requires 2.2.x. @FooBarWidget if you can make me contributor. I can take some maintenance from here. Preferably we could make a PR and get this into ruby 2.3.0. I can ask Nobu if he'd like an implementation of sha3 in future versions of ruby. |
Poke |
My PR was merged. You can close this issue @brandt . |
Hurray! 👍 |
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, 2.0.0-p451, 2.1.2, 2.1.5).
Example:
The text was updated successfully, but these errors were encountered: