ElGamalCiphertext operator+(const ElGamalCiphertext &input) const
Homomorphic addition binary operator.
ElGamalCiphertext operator-() const
Homomorphic negation unary operator.
std::shared_ptr< BigInteger > encryptionModulus
The encryption modulus.
Definition of class ElGamalCiphertext.
ElGamal cipertext container structure.