helib::BGV Struct Reference
Type for BGV scheme, to be used as template parameter. More...
#include <scheme.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... | |
Static Public Attributes | |
| static constexpr std::string_view | schemeName = "BGV" |
| Scheme label to be added to JSON serialization. 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.
Member Data Documentation
◆ schemeName
|
staticconstexpr |
Scheme label to be added to JSON serialization.
1.9.1