# Functions
NewFixedKey returns a new L2FHE Key, based on PubKey Threshold Cryptosystem, using a fixed set of params for tcpaillier.
NewKey returns a new L2FHE Key, based on PubKey Threshold Cryptosystem.
# Structs
Betas groups two Beta values together.
No description provided by the author
DecryptedShareBetas groups two Beta decryption shares together.
DecryptedShareL1 represents a Level-1 Decrypted share.
DecryptedShareL1ZK represents a Zero Knowledge Proof over an Partially Decrypted Level-1 FHE value.
DecryptedShareL2 represents a Level-2 Decrypted share.
DecryptedShareL2ZK represents a Zero Knowledge Proof over an Partially Decrypted Level-2 FHE value.
EncryptedL1 represents a Level-1 Encrypted value.
EncryptedL1ZK represents a Zero Knowledge Proof over an Encrypted Level-1 FHE value.
EncryptedL2 represents a Level-2 Encrypted value.
EncryptedL2ZK represents a Zero Knowledge Proof over an Encrypted Level-2 FHE value.
PubKey in l2fhe module represents the use of Pallier Threshold Cryptosystem with Catalano-Fiore's Level-1 Homomorphic Encryption.