libfhe
Data Fields
bgv_ct_t Struct Reference

BGV Ciphertext consists of $n$ polynomials over the ciphertext ring $R_q = Z_q[x]/<x^d + 1>$. More...

#include <fhe_bgv.h>

Data Fields

size_t n
 Number of polynomials.
 
poly_tc
 $n$ Ciphertext polynomials $c_i \in R_q$
 

Detailed Description

BGV Ciphertext consists of $n$ polynomials over the ciphertext ring $R_q = Z_q[x]/<x^d + 1>$.

Note: The Ciphertext size $n$ increases by one after every multiplication.


The documentation for this struct was generated from the following file: