A structure to hold recryption-related data inside the Context. More...

#include <recryption.h>

Inheritance diagram for helib::RecryptData:
helib::ThinRecryptData

Public Member Functions

 RecryptData ()
 
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. More...
 
bool operator== (const RecryptData &other) const
 
bool operator!= (const RecryptData &other) const
 

Static Public Member Functions

static long setAE (long &e, long &ePrime, const Context &context, long t=0)
 Helper function for computing the recryption parameters. More...
 

Public Attributes

NTL::Vec< long > mvec
 Some data members that are only used for I/O. More...
 
long e
 partition of m into co-prime factors More...
 
long ePrime
 
long skHwt
 Hamming weight of recryption secret key. More...
 
std::shared_ptr< const PAlgebraModalMod
 for plaintext space p^{e-e'+r} More...
 
std::shared_ptr< const EncryptedArrayea
 for plaintext space p^{e-e'+r} More...
 
bool build_cache
 
std::shared_ptr< const EvalMapfirstMap
 linear maps More...
 
std::shared_ptr< const EvalMapsecondMap
 
std::shared_ptr< const PowerfulDCRTp2dConv
 conversion between ZZX and Powerful More...
 
std::vector< NTL::ZZX > unpackSlotEncoding
 linPolys for unpacking the slots More...
 

Static Public Attributes

static constexpr long defSkHwt = 100
 default Hamming weight of recryption key More...
 

Detailed Description

A structure to hold recryption-related data inside the Context.

Constructor & Destructor Documentation

◆ RecryptData()

helib::RecryptData::RecryptData ( )
inline

Member Function Documentation

◆ init()

void helib::RecryptData::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.

◆ operator!=()

bool helib::RecryptData::operator!= ( const RecryptData other) const
inline

◆ operator==()

bool helib::RecryptData::operator== ( const RecryptData other) const

◆ setAE()

long helib::RecryptData::setAE ( long &  e,
long &  ePrime,
const Context context,
long  t = 0 
)
static

Helper function for computing the recryption parameters.

Member Data Documentation

◆ alMod

std::shared_ptr<const PAlgebraMod> helib::RecryptData::alMod

for plaintext space p^{e-e'+r}

◆ build_cache

bool helib::RecryptData::build_cache

◆ defSkHwt

constexpr long helib::RecryptData::defSkHwt = 100
staticconstexpr

default Hamming weight of recryption key

◆ e

long helib::RecryptData::e

partition of m into co-prime factors

skey encrypted wrt space p^{e-e'+r}

◆ ea

std::shared_ptr<const EncryptedArray> helib::RecryptData::ea

for plaintext space p^{e-e'+r}

◆ ePrime

long helib::RecryptData::ePrime

◆ firstMap

std::shared_ptr<const EvalMap> helib::RecryptData::firstMap

linear maps

◆ mvec

NTL::Vec<long> helib::RecryptData::mvec

Some data members that are only used for I/O.

◆ p2dConv

std::shared_ptr<const PowerfulDCRT> helib::RecryptData::p2dConv

conversion between ZZX and Powerful

◆ secondMap

std::shared_ptr<const EvalMap> helib::RecryptData::secondMap

◆ skHwt

long helib::RecryptData::skHwt

Hamming weight of recryption secret key.

◆ unpackSlotEncoding

std::vector<NTL::ZZX> helib::RecryptData::unpackSlotEncoding

linPolys for unpacking the slots