T_CiphertextImpl operator-() const
Homomorphic negation unary operator.
std::shared_ptr< BigInteger > encryptionModulus
The encryption modulus.
T_CiphertextImpl operator+(const T_CiphertextImpl &input) const
Homomorphic addition binary operator.
Implementation of template class CiphertextBase. To be included in ciphertext_base.h.
CiphertextBase template class.
T_CiphertextImpl operator*(const T_DataType &input) const
Homomorphic multiplication binary operator.