scicrypt-he 0.7.1

A scicrypt crate implementing several well-known partially homomorphic (threshold) cryptosystems
Documentation
/// Threshold ElGamal cryptosystem over an elliptic curve
pub mod curve_el_gamal;
/// Threshold ElGamal cryptosystem over the integers modulo a prime
pub mod integer_el_gamal;
/// Threshold Paillier cryptosystem.
pub mod paillier;