ZenGo-X / rust-paillier

A pure-Rust implementation of the Paillier encryption scheme
Other
36 stars 38 forks source link

Remove ring, fix clippy warnings and migrate to Rust 2018 #2

Closed kigawas closed 5 years ago

kigawas commented 5 years ago

pr against original repo:

https://github.com/mortendahl/rust-paillier/pull/68

omershlo commented 5 years ago

Can you make sure #1 changes is also included in this PR?