Type Definition concrete::FheUint16

source · []
pub type FheUint16 = GenericInteger<FheUint2Parameters, 8>;
Available on crate feature integers only.
Expand description

An unsigned integer type with 16 bits.

Trait Implementations