halo2_base::safe_types

Type Alias SafeUint16

Source
pub type SafeUint16<F> = SafeType<F, { _ }, TOTAL_BITS>;
Expand description

SafeType for uint16.

Aliased Typeยง

struct SafeUint16<F> { /* private fields */ }