bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

R4R New safe prime generator #68

Closed notatestuser closed 4 years ago

notatestuser commented 4 years ago

Used to generate safe primes for the Paillier modulus and N-Tilde

Reference: https://eprint.iacr.org/2003/186.pdf

Fixes #67 and KS-BTL-F-03

See #55, #59