Closed Kycermann closed 4 years ago
Wow, I'm sorry to say, this library is not in a great shape, and we are not maitaining it. I managed to build it though using nightly (because there is some feature gating, not sure why) and by switching framp for num:
cargo +nightly test --no-default-features --features num
@mortendahl 's forked versions here: https://github.com/mortendahl/rust-paillier may be in a better shape.
Ah, I see. Thank you for getting back to me :-)
Hello, thank you for the project.
When I run
cargo run
with this project in dependencies, the following errors are produced.With the dependency removed, my hello world program compiles and runs.
I am using Ubuntu with a fresh Rust install.