Module parameters

Module parameters 

Source

Structs§

DecompositionBaseLog
The logarithm of the base used in a decomposition.
DecompositionLevelCount
The number of levels used in a decomposition.
GlweDimension
The number of polynomials of an GLWE mask, or the size of an GLWE secret key.
LweDimension
The number of scalar in an LWE mask, or the length of an LWE secret key.
Parameters
A structure defining the set of cryptographic parameters for homomorphic integer circuit evaluation.
PolynomialSize
The number of coefficients of a polynomial.
StandardDev
A distribution parameter that uses the standard deviation as representation.

Constants§

ALL_PARAMETER_VEC_INTEGER_16_BITS
PARAM_4_BITS_5_BLOCKS
PARAM_MESSAGE_1_CARRY_1_32_BITS
PARAM_MESSAGE_2_CARRY_2_16_BITS
PARAM_MESSAGE_2_CARRY_2_32_BITS
PARAM_MESSAGE_4_CARRY_4_16_BITS
PARAM_MESSAGE_4_CARRY_4_32_BITS

Traits§

DispersionParameter
A trait for types representing distribution parameters, for a given unsigned integer type.