paillier-rs

Crates.iopaillier-rs
lib.rspaillier-rs
version0.2.3
sourcesrc
created_at2022-11-28 06:31:53.726352
updated_at2022-12-29 09:40:54.148781
descriptionPaillier Cryptosystem Implementation
homepage
repositoryhttps://github.com/AlexiaChen/paillier-rs
max_upload_size
id724155
size21,677
MathxH Chen (AlexiaChen)

documentation

README

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

Commit count: 28

cargo fmt