Type Definition concrete::FheUint8

source · []
pub type FheUint8 = GenericInteger<FheUint8Parameters>;
Available on crate feature integers only.
Expand description

An unsigned integer type with 8 bits.

Trait Implementations