pub type CiphertextRing<Params: BFVParams> = RingValue<Params::CiphertextRing>;
struct CiphertextRing<Params: BFVParams> { /* private fields */ }