Type Alias CompressedFheInt4

Source
pub type CompressedFheInt4 = CompressedFheInt<FheInt4Id>;
Available on crate feature integer only.
Expand description

A compressed signed integer type with 4 bits

Aliased Typeยง

pub struct CompressedFheInt4 { /* private fields */ }