Module ark_r1cs_std::bits::uint128

source ·
Expand description

This module contains the U128 type, which is the R1CS equivalent of the u128 type.

Structs

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