recryption.h
Same as above, but for "thin" bootstrapping, where the slots are assumed to contain constants.
Definition: recryption.h:123
bool operator==(const RecryptData &other) const
Definition: recryption.cpp:266
void init(const Context &context, const NTL::Vec< long > &mvec_, bool enableThick, long t=0, bool build_cache=false, bool minimal=false)
Initialize the recryption data in the context.
Definition: recryption.cpp:277
void init(const Context &context, const NTL::Vec< long > &mvec_, bool alsoThick, long t=0, bool build_cache=false, bool minimal=false)
Initialize the recryption data in the context.
Definition: recryption.cpp:772
static constexpr long defSkHwt
default Hamming weight of recryption key
Definition: recryption.h:40
long skHwt
Hamming weight of recryption secret key.
Definition: recryption.h:49
std::vector< NTL::ZZX > unpackSlotEncoding
linPolys for unpacking the slots
Definition: recryption.h:66
std::shared_ptr< const EvalMap > firstMap
linear maps
Definition: recryption.h:60
std::shared_ptr< const PAlgebraMod > alMod
for plaintext space p^{e-e'+r}
Definition: recryption.h:52
std::shared_ptr< const EncryptedArray > ea
for plaintext space p^{e-e'+r}
Definition: recryption.h:55
long thinRecrypt_initial_level
Definition: apiAttributes.h:21
static long setAE(long &e, long &ePrime, const Context &context, long t=0)
Helper function for computing the recryption parameters.
Definition: recryption.cpp:200
std::shared_ptr< const ThinEvalMap > slotToCoeff
Definition: recryption.h:126
std::shared_ptr< const PowerfulDCRT > p2dConv
conversion between ZZX and Powerful
Definition: recryption.h:63
NTL::Vec< long > mvec
Some data members that are only used for I/O.
Definition: recryption.h:43
A structure to hold recryption-related data inside the Context.
Definition: recryption.h:37
std::shared_ptr< const ThinEvalMap > coeffToSlot
linear maps
Definition: recryption.h:126
bool operator!=(const RecryptData &other) const
Definition: recryption.h:84
long printFlag