taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
311 stars 120 forks source link

Make protocols generic over choice of curve #43

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

Right now, we do everything over secp256k1, but this isn't a fundamental limitation. Our protocols could easily be adapted to work over different curves, and this functionality would be quite useful.