/paillier-rs

Just an implementation of Paillier Cryptosystem written in Rust.

Primary LanguageRust

Paillier Cryptosystem

CI crates.io Crates.io

Just an implementation of Paillier Cryptosystem written in Rust.

Build & Test

cargo build
cargo test

Why

For research purpose. And the encryption of the Paillier algorithm supports the properties of homomorphic addition and scalar multiplication

Production Ready?

No, Its only for educational & research purpose. The code has not undergone any security audit

Usage

Please see unit tests in lib.rs

Paillier vs. RSA

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

References