Versions in this module Expand all Collapse all v1 v1.0.0 Jan 12, 2026 Changes in this version + func Add(ctRLWE1 *rlwe.Ciphertext, ctRLWE2 *rlwe.Ciphertext, ctRLWE3 *rlwe.Ciphertext, ...) *rlwe.Ciphertext + func AddVec(ctRLWE1 []*rlwe.Ciphertext, ctRLWE2 []*rlwe.Ciphertext, ...) []*rlwe.Ciphertext + func Dec(ctRLWE []*rlwe.Ciphertext, decryptorRLWE rlwe.Decryptor, scale float64, ...) []float64 + func DecUnpack(ctRLWE *rlwe.Ciphertext, m int, tau int, decryptorRLWE rlwe.Decryptor, ...) []float64 + func Enc(v []int64, scale float64, encryptorRLWE rlwe.Encryptor, ringQ *ring.Ring, ...) []*rlwe.Ciphertext + func EncPack(v []int64, tau int, scale float64, encryptorRLWE rlwe.Encryptor, ...) *rlwe.Ciphertext + func UnpackCt(ctRLWE *rlwe.Ciphertext, n int, tau int, evaluatorRLWE *rlwe.Evaluator, ...) []*rlwe.Ciphertext