Expand description
§Paillier
Just an implementation of Paillier Cryptosystem written in Rust.
§Documents
See Github README
Structs§
- KeyPair
- KeyPair – includes public key and privatekey
- PrivKey
- PrivKey – Private Key
- PubKey
- PubKey – Publick Key
Functions§
- make_
key_ pair - make_key_pair – Generate pk and sk