Crate paillier_rs
source ·Expand description
Paillier
Just an implementation of Paillier Cryptosystem written in Rust.
Documents
See Github README
Structs
KeyPair – includes public key and privatekey
PrivKey – Private Key
PubKey – Publick Key
Functions
make_key_pair – Generate pk and sk