taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make protocols generic over choice of curve

cronokirby opened this issue · comments

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.