PolyModRing.h
Lightweight type for describing the structure of a single slot of the plaintext space.
Definition: PolyModRing.h:43
const long r
The power of p used in the plaintext space coefficient modulus.
Definition: PolyModRing.h:51
PolyModRing & operator=(const PolyModRing &)=delete
const NTL::ZZX G
The irreducible factor of Phi_m(X) used for the algebra of the individual slots.
Definition: PolyModRing.h:56
const long p2r
The plaintext space coefficient modulus, equal to p^r.
Definition: PolyModRing.h:60
PolyModRing & operator=(PolyModRing &&)=delete
Definition: apiAttributes.h:21
bool operator!=(const PolyModRing &rhs) const noexcept
Not-equals operator.
Definition: PolyModRing.cpp:27
PolyModRing()=delete
friend std::ostream & operator<<(std::ostream &os, const PolyModRing &ring)
Output shift operator.
Definition: PolyModRing.cpp:32
bool operator==(const PolyModRing &rhs) const noexcept
Equality operator.
Definition: PolyModRing.cpp:22
const long p
The characteristic of the plaintext space. This should be prime.
Definition: PolyModRing.h:47