Type Definition concrete::FheUint16

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

An unsigned integer type with 16 bits.

Trait Implementations