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