Type Alias tfhe::CompressedFheInt8

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

A compressed signed integer type with 8 bits

Aliased Type§

struct CompressedFheInt8 { /* private fields */ }