Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bigint_constraint.hpp>
Public Member Functions | |
MSGPACK_FIELDS (lhs, rhs, opcode, result) | |
Public Attributes | |
uint32_t | lhs |
uint32_t | rhs |
uint32_t | result |
BigIntOperationType | opcode |
Friends | |
bool | operator== (BigIntOperation const &lhs, BigIntOperation const &rhs)=default |
Definition at line 32 of file bigint_constraint.hpp.
|
friend |
uint32_t acir_format::BigIntOperation::lhs |
Definition at line 33 of file bigint_constraint.hpp.
BigIntOperationType acir_format::BigIntOperation::opcode |
Definition at line 36 of file bigint_constraint.hpp.
uint32_t acir_format::BigIntOperation::result |
Definition at line 35 of file bigint_constraint.hpp.
uint32_t acir_format::BigIntOperation::rhs |
Definition at line 34 of file bigint_constraint.hpp.