taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Safenum for Paillier instead of big.Int

cronokirby opened this issue · comments

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.