Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format::BigIntOperation Struct Reference

#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
 

Detailed Description

Definition at line 32 of file bigint_constraint.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

acir_format::BigIntOperation::MSGPACK_FIELDS ( lhs  ,
rhs  ,
opcode  ,
result   
)

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( BigIntOperation const &  lhs,
BigIntOperation const &  rhs 
)
friend

Member Data Documentation

◆ lhs

uint32_t acir_format::BigIntOperation::lhs

Definition at line 33 of file bigint_constraint.hpp.

◆ opcode

BigIntOperationType acir_format::BigIntOperation::opcode

Definition at line 36 of file bigint_constraint.hpp.

◆ result

uint32_t acir_format::BigIntOperation::result

Definition at line 35 of file bigint_constraint.hpp.

◆ rhs

uint32_t acir_format::BigIntOperation::rhs

Definition at line 34 of file bigint_constraint.hpp.


The documentation for this struct was generated from the following file: