pub trait LWECiphertextToMut { // Required method fn to_mut(&mut self) -> LWECiphertext<&mut [u8]>; }