boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
11 stars 5 forks source link

Extend beyond secp256k1 curve support #535

Open jakinyele opened 1 month ago

jakinyele commented 1 month ago

The library is currently tightly integrated with secp256k1 and will need to be refactored to support additional curves like secp256r1 as a parameter when the library is instantiated.