-
Notifications
You must be signed in to change notification settings - Fork 6
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
Loading this gem breaks OpenSSL HMAC #4
Comments
ruby version maybe?
irb -f [5:59:44] |
I get a different error in Rubinius
|
Thanks for reporting the issue. I was able to reproduce it on Linux with (MRI 2.2.1), but interestingly, not on my development machine, OS X (with MRI or Rubinius). Working on a fix! |
…inux causing OpenSSL's GetDigestPtr to return SHA3::Digest.* instead of OpenSSL::Digest, if SHA3 loaded after OpenSSL -- renamed internal SHA3 object to cSHA3Digest & eSHA3DigestError
@paz Apologies for the delay. I've published a fix for this issue. Please install the latest release v0.2.6: J |
The text was updated successfully, but these errors were encountered: