Paillier Cryptosystem

CI crates.io Crates.io

Just an implementation of Paillier Cryptosystem written in Rust.

Build & Test

bash cargo build cargo test

Usage

Please see unit tests in lib.rs

Paillier vs. RSA

https://crypto.stackexchange.com/questions/57766/paillier-vs-rsa

References