Skip to content

AlexiaChen/paillier-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just an implementation of Paillier Cryptosystem written in Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages