package
2.4.1
Repository: https://github.com/ldsec/lattigo.git
Documentation: pkg.go.dev

# Functions

DecryptAndPrint decrypts and prints the first N values.
LWEToRLWE transforms a set of LWE samples into their respective RLWE ciphertext such that decrypt(ct)[0] = decrypt(LWE).
MulBySmallMonomial multiplies pol by x^n.
PackLWEs repacks LWE ciphertexts into a RLWE ciphertext.
RLWEToLWE extracts each slot of a R-LWE ciphertext as a LWE sample.
Rotate rotates a ciphertext.

# Structs

LWESample is a struct for RNS LWE samples.