taurushq-io / multi-party-sig

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

Parallelize computation where possible #42

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

There are many situations, such as when generating safe primes, or creating many instances of a ZK proof where this computation could be trivially parallelized, for easy speed gains.