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