snipsco / rust-paillier

A pure-Rust implementation of the Paillier encryption scheme
Other
80 stars 12 forks source link

Secure GMP operations #27

Open mortendahl opened 7 years ago

mortendahl commented 7 years ago

Some GMP operations have a secure counterpart for cryptographic purposes, such as powm_sec. We should make sure we use these whenever possible.

mortendahl commented 7 years ago

PR opened for powm_sec exposed by rust-gmp.