Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Packages

Used by

Contributors

Languages