helib::Context::SerializableContent Struct Reference
Public Attributes | |
long | p |
long | r |
long | m |
std::vector< long > | gens |
std::vector< long > | ords |
NTL::xdouble | stdev |
double | scale |
IndexSet | smallPrimes |
IndexSet | specialPrimes |
std::vector< long > | qs |
std::vector< IndexSet > | digits |
long | hwt_param |
long | e_param |
long | ePrime_param |
NTL::Vec< long > | mvec |
bool | build_cache |
bool | alsoThick |
Member Data Documentation
◆ alsoThick
bool helib::Context::SerializableContent::alsoThick |
◆ build_cache
bool helib::Context::SerializableContent::build_cache |
◆ digits
std::vector<IndexSet> helib::Context::SerializableContent::digits |
◆ e_param
long helib::Context::SerializableContent::e_param |
◆ ePrime_param
long helib::Context::SerializableContent::ePrime_param |
◆ gens
std::vector<long> helib::Context::SerializableContent::gens |
◆ hwt_param
long helib::Context::SerializableContent::hwt_param |
◆ m
long helib::Context::SerializableContent::m |
◆ mvec
NTL::Vec<long> helib::Context::SerializableContent::mvec |
◆ ords
std::vector<long> helib::Context::SerializableContent::ords |
◆ p
long helib::Context::SerializableContent::p |
◆ qs
std::vector<long> helib::Context::SerializableContent::qs |
◆ r
long helib::Context::SerializableContent::r |
◆ scale
double helib::Context::SerializableContent::scale |
◆ smallPrimes
IndexSet helib::Context::SerializableContent::smallPrimes |
◆ specialPrimes
IndexSet helib::Context::SerializableContent::specialPrimes |
◆ stdev
NTL::xdouble helib::Context::SerializableContent::stdev |