Module: OpenSSL
- Defined in:
- lib/bsv/primitives/openssl_ec_shim.rb
Overview
– Replace OpenSSL’s EC classes with our shims. – The originals are C-backed and cannot be reopened cleanly (C methods take precedence over Ruby methods). We replace the constants instead.
Defined Under Namespace
Modules: PKey