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

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

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

Public Attributes

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

Friends

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

Detailed Description

Definition at line 56 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

BinaryFieldOp Acir::BinaryFieldOp::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 4788 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::BinaryFieldOp::bincodeSerialize ( ) const
inline

Definition at line 4781 of file acir.hpp.

◆ msgpack_pack()

void Acir::BinaryFieldOp::msgpack_pack ( auto &  packer) const
inline

Definition at line 136 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 190 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 4773 of file acir.hpp.

Member Data Documentation

◆ value

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

Definition at line 130 of file acir.hpp.


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