-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove method eckey_to_public
#12
Conversation
The contents of this PR has ended up primarily being the removal of |
Regarding the naming I agree with you, I think this was because I came from looking at |
eckey_to_public
As we are removing function from the API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 👍
As part of our migration to Ruby 3.1 we need to ensure that this gem supports it.
The OpenSSL library has tightened the mutability on objects.
Supported Ruby versions should now be 2.7, 3.0, 3.1 and 3.2