pub trait BooleanServerKey { // Required method fn lwe_size(&self) -> LweSize; }
The LweSize of the Ciphertexts that this key can bootstrap