Crate paillier_rs

Source
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