Class MultipartyBGVRNS

Inheritance Relationships

Base Type

Class Documentation

class lbcrypto::MultipartyBGVRNS : public lbcrypto::MultipartyRNS

Inheritence diagram for lbcrypto::MultipartyBGVRNS:

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

Collaboration diagram for lbcrypto::MultipartyBGVRNS:

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

Public Functions

inline virtual ~MultipartyBGVRNS()
DecryptResult MultipartyDecryptFusion(const std::vector<Ciphertext<DCRTPoly>> &ciphertextVec, NativePoly *plaintext) const override
virtual DecryptResult MultipartyDecryptFusion(const std::vector<Ciphertext<DCRTPoly>> &ciphertextVec, Poly *plaintext) const override

Threshold FHE: Method for combining the partially decrypted ciphertexts and getting the final decryption in the clear as a Poly.

Parameters
  • &ciphertextVec – vector of “partial” decryptions.

  • *plaintext – the plaintext output as a Poly.

Returns

the decoding result.

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