pub trait PBSOrderMarker: Sealed + Debug + Clone + Copy + Send + Sync {
    // Required method
    fn pbs_order() -> PBSOrder;
}
Available on crate feature shortint only.
Expand description

Trait to mark Ciphertext with the order for the PBS operations

Required Methods§

Implementors§