/// Implementation of the ElGamal cryptosystem over an elliptic curve.
pubmodcurve_el_gamal;/// Implementation of the ElGamal cryptosystem over a safe prime group.
pubmodinteger_el_gamal;/// Implementation of the Paillier cryptosystem.
pubmodpaillier;/// Implementation of the RSA cryptosystem.
pubmodrsa;