We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ...EC::Group class should support a four-element constructor, as seen in several tests for ...EC::Point: https://github.com/ruby/ruby/blob/7f407e0240ebd41d9fb1ea1bbd15442ed8744b34/test/openssl/test_pkey_ec.rb#L351
I've got a broken attempt to implement that form coming in a PR, but I'm unsure how to map the OpenSSL calls to BC yet.
The text was updated successfully, but these errors were encountered:
Broken partial impl of ..EC::Group.new 4-arg form
df905a1
See jruby#308
b925748
No branches or pull requests
The ...EC::Group class should support a four-element constructor, as seen in several tests for ...EC::Point: https://github.com/ruby/ruby/blob/7f407e0240ebd41d9fb1ea1bbd15442ed8744b34/test/openssl/test_pkey_ec.rb#L351
I've got a broken attempt to implement that form coming in a PR, but I'm unsure how to map the OpenSSL calls to BC yet.
The text was updated successfully, but these errors were encountered: