Closed cronokirby closed 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.
big.Int
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.