etscrivner / rbsecp256k1

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

Investigate using static context objects #34

Closed etscrivner closed 5 years ago

etscrivner commented 5 years ago

Libsecp256k1 has the ability to provide a static context that requires no precomputation (see #553 on the libsecp256k1 repo). We should investigate whether this can be used in lieu of cloning a pre-existing context on some classes.