Type Alias CiphertextRing

Source
pub type CiphertextRing<Params: BFVCiphertextParams> = RingValue<Params::CiphertextRing>;

Aliased Typeยง

struct CiphertextRing<Params: BFVCiphertextParams> { /* private fields */ }