taurushq-io / multi-party-sig

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

Use Safenum for Paillier instead of big.Int #3

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

It would be a good idea to integrate safenum, which provides constant time big numbers, and replace big.Int. While we probably want to do this throughout the library, for now a manageable chunk would be just replacing its use in Paillier.