debugging.h
long lsize(const std::vector< T > &v)
Size of STL vector as a long (rather than unsigned long)
Definition: NumbTh.h:702
bool decryptAndCompare(const Ctxt &ctxt, const SecKey &sk, const EncryptedArray &ea, const PlaintextArray &pa)
Definition: debugging.cpp:135
std::ostream & printVec(std::ostream &s, const VEC &v, long nCoeffs=40)
Definition: debugging.h:99
void checkNoise(const Ctxt &ctxt, const SecKey &sk, const std::string &msg, double thresh=10.0)
Definition: debugging.cpp:49
void cleanupDebugGlobals()
Cleanup function for clearing the global debug variables.
Definition: debugging.h:64
double realToEstimatedNoise(const Ctxt &ctxt, const SecKey &sk)
Definition: debugging.cpp:28
std::ostream & printZZX(std::ostream &s, const NTL::ZZX &poly, long nCoeffs=40)
Definition: debugging.h:113
NTL::xdouble embeddingLargestCoeff(const Ctxt &ctxt, const SecKey &sk)
Definition: debugging.cpp:61
void rawDecrypt(NTL::ZZX &plaintxt, const std::vector< NTL::ZZX > &zzParts, const DoubleCRT &sKey, long q=0)
Definition: debugging.cpp:148
Definition: apiAttributes.h:21
void setupDebugGlobals(SecKey *debug_key, const std::shared_ptr< const EncryptedArray > &debug_ea, NTL::ZZX debug_ptxt=NTL::ZZX{})
Setup function for setting up the global debug variables.
Definition: debugging.h:45
void decryptAndPrint(std::ostream &s, const Ctxt &ctxt, const SecKey &sk, const EncryptedArray &ea, long flags=0)
Definition: debugging.cpp:69