barretenberg
Loading...
Searching...
No Matches
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Friends | List of all members
Circuit::BinaryIntOp Struct Reference

Classes

struct  Add
 
struct  And
 
struct  Equals
 
struct  LessThan
 
struct  LessThanEquals
 
struct  Mul
 
struct  Or
 
struct  Shl
 
struct  Shr
 
struct  SignedDiv
 
struct  Sub
 
struct  UnsignedDiv
 
struct  Xor
 

Public Member Functions

std::vector< uint8_t > bincodeSerialize () const
 

Static Public Member Functions

static BinaryIntOp bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< Add, Sub, Mul, SignedDiv, UnsignedDiv, Equals, LessThan, LessThanEquals, And, Or, Xor, Shl, Shrvalue
 

Friends

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

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