snipsco / rust-paillier

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

Testing #8

Closed mortendahl closed 7 years ago

mortendahl commented 7 years ago

allows us to run tests on every biginteger implementation (and not just the default), ie cargo test --release --features "inclramp inclgmp inclnum" works