helib::BGV Struct Reference
Type for BGV scheme, to be used as template parameter. More...
#include <Ptxt.h>
Public Types | |
using | SlotType = PolyMod |
Slot type used for BGV plaintexts: helib::PolyMod i.e. an integer polynomial modulo p^r and G. More... | |
Detailed Description
Type for BGV scheme, to be used as template parameter.
Member Typedef Documentation
◆ SlotType
using helib::BGV::SlotType = PolyMod |
Slot type used for BGV plaintexts: helib::PolyMod
i.e. an integer polynomial modulo p^r and G.