pub trait GLWEPlaintextToMut { // Required method fn to_ref(&mut self) -> GLWEPlaintext<&mut [u8]>; }