Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bigint_constraint.hpp>
Public Member Functions | |
MSGPACK_FIELDS (inputs, result) | |
Public Attributes | |
std::vector< uint32_t > | inputs |
std::vector< uint32_t > | modulus |
uint32_t | result |
Friends | |
bool | operator== (BigIntFromLeBytes const &lhs, BigIntFromLeBytes const &rhs)=default |
Definition at line 20 of file bigint_constraint.hpp.
|
friend |
std::vector<uint32_t> acir_format::BigIntFromLeBytes::inputs |
Definition at line 21 of file bigint_constraint.hpp.
std::vector<uint32_t> acir_format::BigIntFromLeBytes::modulus |
Definition at line 22 of file bigint_constraint.hpp.
uint32_t acir_format::BigIntFromLeBytes::result |
Definition at line 23 of file bigint_constraint.hpp.