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