Module ark_r1cs_std::bits::uint32

source ·
Expand description

This module contains the U32 type, which is the R1CS equivalent of the u32 type.

Structs

This struct represent an unsigned 32 bit integer as a sequence of 32 Booleans. This is the R1CS equivalent of the native u32 unsigned integer type.