Class ParameterGenerationRNS

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class lbcrypto::ParameterGenerationRNS : public lbcrypto::ParameterGenerationBase<DCRTPoly>

Inheritence diagram for lbcrypto::ParameterGenerationRNS:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "1" [label="lbcrypto::ParameterGenerationRNS" tooltip="lbcrypto::ParameterGenerationRNS" fillcolor="#BFBFBF"]
    "5" [label="lbcrypto::ParameterGenerationCKKSRNS" tooltip="lbcrypto::ParameterGenerationCKKSRNS"]
    "3" [label="lbcrypto::ParameterGenerationBFVRNS" tooltip="lbcrypto::ParameterGenerationBFVRNS"]
    "4" [label="lbcrypto::ParameterGenerationBGVRNS" tooltip="lbcrypto::ParameterGenerationBGVRNS"]
    "2" [label="lbcrypto::ParameterGenerationBase< DCRTPoly >" tooltip="lbcrypto::ParameterGenerationBase< DCRTPoly >"]
    "1" -> "2" [dir=forward tooltip="public-inheritance"]
    "5" -> "1" [dir=forward tooltip="public-inheritance"]
    "3" -> "1" [dir=forward tooltip="public-inheritance"]
    "4" -> "1" [dir=forward tooltip="public-inheritance"]
}

Collaboration diagram for lbcrypto::ParameterGenerationRNS:

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

Abstract interface for parameter generation algorithm.

Template Parameters

Element – a ring element.

Subclassed by lbcrypto::ParameterGenerationBFVRNS, lbcrypto::ParameterGenerationBGVRNS, lbcrypto::ParameterGenerationCKKSRNS

Public Functions

virtual ~ParameterGenerationRNS() = default
template<class Archive>
inline void save(Archive &ar, std::uint32_t const version) const
template<class Archive>
inline void load(Archive &ar, std::uint32_t const version)
inline std::string SerializedObjectName() const