Type Alias tfhe::CompressedFheInt32

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

A compressed signed integer type with 32 bits

Aliased Type§

struct CompressedFheInt32 { /* private fields */ }