snipsco / rust-paillier

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

Key generation can be very slow #5

Open mortendahl opened 7 years ago

mortendahl commented 7 years ago

Calling keypair(n) for very small n (say 10 or 20) takes a very long time to finish; finite loop?