helib::CKKS Struct Reference

Type for CKKS scheme, to be used as template parameter. More...

#include <scheme.h>

Public Types

using SlotType = std::complex< double >
 Slot type used for CKKS plaintexts: std::complex<double>. More...
 

Static Public Attributes

static constexpr std::string_view schemeName = "CKKS"
 Scheme label to be added to JSON serialization. More...
 

Detailed Description

Type for CKKS scheme, to be used as template parameter.

Member Typedef Documentation

◆ SlotType

using helib::CKKS::SlotType = std::complex<double>

Slot type used for CKKS plaintexts: std::complex<double>.

Member Data Documentation

◆ schemeName

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

Scheme label to be added to JSON serialization.