ark_r1cs_std

Module uint

Source
Expand description

This module contains a macro for generating UIntN types, which are R1CS equivalents of N-bit unsigned integers.

Re-exports§

  • pub use prim_uint::*;

Structs§

  • This struct represent an unsigned N bit integer as a sequence of N Booleans.