PALISADE Lattice Crypto Library  1.11.9
A lattice crypto library for software engineers by software engineers.
Static Public Member Functions | List of all members
lbcrypto::PlaintextFactory Class Reference

Static Public Member Functions

static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< Poly::Params > vp, EncodingParams ep)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< NativePoly::Params > vp, EncodingParams ep)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< DCRTPoly::Params > vp, EncodingParams ep)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< Poly::Params > vp, EncodingParams ep, const vector< int64_t > &value)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< NativePoly::Params > vp, EncodingParams ep, const vector< int64_t > &value)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< DCRTPoly::Params > vp, EncodingParams ep, const vector< int64_t > &value)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< Poly::Params > vp, EncodingParams ep, const string &value)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< NativePoly::Params > vp, EncodingParams ep, const string &value)
 
static Plaintext MakePlaintext (PlaintextEncodings encoding, shared_ptr< DCRTPoly::Params > vp, EncodingParams ep, const string &value)
 

The documentation for this class was generated from the following file: