Module ark_r1cs_std::bits::uint16

source ·
Expand description

This module contains the U16 type, which is the R1CS equivalent of the u16 type.

Structs

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