etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Remove OpenSSL Dependency #39

Closed etscrivner closed 5 years ago

etscrivner commented 5 years ago

Closes #38. Removes the dependency on OpenSSL by relying on Ruby's built-in SecureRandom function. This significantly simplifies cross-platform builds.