libfhe
Data Fields
bgv_key_t Struct Reference

BGV key pair used to encrypt, decrypt, and relinearize a ciphertext. More...

#include <fhe_bgv.h>

Data Fields

poly_t s
 Secret key $s \in R_q$.
 
bgv_keypair_t pub
 Public key pair $(a, b) \in R_q$.
 
bgv_keypair_t eval
 Evaluation key pair $(a, b) \in R_q$.
 

Detailed Description

BGV key pair used to encrypt, decrypt, and relinearize a ciphertext.


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