halo2_base::safe_types

Type Alias SafeUint8

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

SafeType for uint8.

Aliased Typeยง

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