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

#include <acir.hpp>

Classes

struct  Add
 
struct  Div
 
struct  Equals
 
struct  IntegerDiv
 
struct  LessThan
 
struct  LessThanEquals
 
struct  Mul
 
struct  Sub
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< Add, Sub, Mul, Div, IntegerDiv, Equals, LessThan, LessThanEqualsvalue
 

Friends

bool operator== (const BinaryFieldOp &, const BinaryFieldOp &)
 

Detailed Description

Definition at line 69 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BinaryFieldOp::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 123 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const BinaryFieldOp lhs,
const BinaryFieldOp rhs 
)
friend

Definition at line 3641 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Add, Sub, Mul, Div, IntegerDiv, Equals, LessThan, LessThanEquals> Acir::BinaryFieldOp::value

Definition at line 119 of file acir.hpp.


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