pub trait GLWECiphertextToMut: Infos { // Required method fn to_mut(&mut self) -> GLWECiphertext<&mut [u8]>; }