pub trait GLWEPreparedToRef<B: Backend> { // Required method fn to_ref(&self) -> GLWEPrepared<&[u8], B>; }