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
Currently bitcoin-ruby is not compatible with openssl 3.0
The text was updated successfully, but these errors were encountered:
Following a working hook:
# bitcoin.rb module Bitcoin module Util def bitcoin_elliptic_curve ::OpenSSL::PKey::EC.generate('secp256k1') end def generate_key key = bitcoin_elliptic_curve inspect_key( key ) end end class Key def generate @key end end end
Sorry, something went wrong.
No branches or pull requests
Currently bitcoin-ruby is not compatible with openssl 3.0
The text was updated successfully, but these errors were encountered: