Class ParameterGenerationBGVRNS
Defined in File bgvrns-parametergeneration.h
Page Contents
Inheritance Relationships
Base Type
public lbcrypto::ParameterGenerationRNS(Class ParameterGenerationRNS)
Class Documentation
-
class lbcrypto::ParameterGenerationBGVRNS : public lbcrypto::ParameterGenerationRNS
Inheritence diagram for lbcrypto::ParameterGenerationBGVRNS:
![digraph {
graph [bgcolor="#00000000"]
node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
edge [color="#1414CE"]
"2" [label="lbcrypto::ParameterGenerationRNS" tooltip="lbcrypto::ParameterGenerationRNS"]
"1" [label="lbcrypto::ParameterGenerationBGVRNS" tooltip="lbcrypto::ParameterGenerationBGVRNS" fillcolor="#BFBFBF"]
"3" [label="lbcrypto::ParameterGenerationBase< DCRTPoly >" tooltip="lbcrypto::ParameterGenerationBase< DCRTPoly >"]
"2" -> "3" [dir=forward tooltip="public-inheritance"]
"1" -> "2" [dir=forward tooltip="public-inheritance"]
}](../_images/graphviz-6ee81342f42838bd0b02f380905a59a479797413.png)
Collaboration diagram for lbcrypto::ParameterGenerationBGVRNS:
![digraph {
graph [bgcolor="#00000000"]
node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
edge [color="#1414CE"]
"2" [label="lbcrypto::ParameterGenerationRNS" tooltip="lbcrypto::ParameterGenerationRNS"]
"1" [label="lbcrypto::ParameterGenerationBGVRNS" tooltip="lbcrypto::ParameterGenerationBGVRNS" fillcolor="#BFBFBF"]
"3" [label="lbcrypto::ParameterGenerationBase< DCRTPoly >" tooltip="lbcrypto::ParameterGenerationBase< DCRTPoly >"]
"2" -> "3" [dir=forward tooltip="public-inheritance"]
"1" -> "2" [dir=forward tooltip="public-inheritance"]
}](../_images/graphviz-6ee81342f42838bd0b02f380905a59a479797413.png)
Public Functions
-
inline virtual ~ParameterGenerationBGVRNS()
Method for computing all derived parameters based on chosen primitive parameters. This is intended for BGVrns
- Parameters
*cryptoParams – the crypto parameters object to be populated with parameters.
evalAddCount – number of EvalAdds per level.
keySwitchCount – number of KeySwitch operations per level.
cyclOrder – the cyclotomic order.
numPrimes – number of modulus towers to support.
firstModSize – the bit-size of the first modulus
dcrtBits – the bit-width of moduli
numPartQ – number of partitions of Q for HYBRID key switching
PRENumHops – bound for the HRA-secure mode of PRE
-
inline std::string SerializedObjectName() const
-
inline virtual ~ParameterGenerationBGVRNS()