Expand description

A trait implemented by types embodying a GGSW ciphertext vector.

Formal Definition

cf here

Required Methods

Returns the GLWE dimension of the ciphertexts.

Returns the polynomial size of the ciphertexts.

Returns the number of decomposition levels of the ciphertexts.

Returns the logarithm of the base used in the ciphertexts.

Returns the number of ciphertexts in the vector.

Implementors