Module ark_r1cs_std::bits::uint64

source ·
Expand description

This module contains the U64 type, which is the R1CS equivalent of the u64 type.

Structs

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