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

Slot type used for BGV plaintexts: helib::PolyMod i.e. an integer polynomial modulo p^r and G.

Member Data Documentation

◆ schemeName

constexpr std::string_view helib::BGV::schemeName = "BGV"
staticconstexpr

Scheme label to be added to JSON serialization.