halo2_base::safe_types

Type Alias SafeUint128

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

SafeType for uint128.

Aliased Typeยง

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