snipsco / rust-paillier

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

Side-channel protections #14

Open mortendahl opened 7 years ago

mortendahl commented 7 years ago

Including constant time operations and fault protection for e.g. CRT decryption.