halo2_base::safe_types

Type Alias SafeUint64

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

SafeType for uint64.

Aliased Typeยง

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