Template Class TrapdoorParams

Inheritance Relationships

Derived Type

Template Parameter Order

  1. class Element

Class Documentation

template<class Element>
class lbcrypto::TrapdoorParams

Inheritence diagram for lbcrypto::TrapdoorParams:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="lbcrypto::TrapdoorParams< Element >" tooltip="lbcrypto::TrapdoorParams< Element >" fillcolor="#BFBFBF"] "2" [label="lbcrypto::RLWETrapdoorParams< Element >" tooltip="lbcrypto::RLWETrapdoorParams< Element >"] "2" -> "1" [dir=forward tooltip="public-inheritance"] }

Subclassed by lbcrypto::RLWETrapdoorParams< Element >

Public Functions

virtual ~TrapdoorParams() = default
inline TrapdoorParams()
inline TrapdoorParams(std::shared_ptr<ParmType> elemparams, DggType &dgg, double stddev)
inline std::shared_ptr<ParmType> &GetElemParams() const
inline void SetElemParams(std::shared_ptr<ParmType> &elemparams)
inline DggType &GetDGG()
inline void SetDGG(DggType &dgg)
inline double GetStdDev()
inline void SetStdDev(double stddev)

Protected Attributes

double m_stddev
std::shared_ptr<ParmType> m_elemparams
DggType m_dgg