taurushq-io / multi-party-sig

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

Generate safe primes in BlumPrime() #1

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

This is what's required by some uses of Paillier, namely range proofs. The spec also asks for this, so it'd be a good idea to do so in any case.