Type Alias tfhe::CompressedFheInt2

source ·
pub type CompressedFheInt2 = CompressedFheInt<FheInt2Id>;
Available on crate feature integer only.
Expand description

A compressed signed integer type with 2 bits

Aliased Type§

struct CompressedFheInt2 { /* private fields */ }