taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallelize computation where possible

cronokirby opened this issue · comments

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.