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

#include <acir.hpp>

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 Add bincodeDeserialize (std::vector< uint8_t >)
 

Friends

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

Detailed Description

Definition at line 244 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 5750 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 5743 of file acir.hpp.

◆ msgpack_pack()

void Acir::BinaryIntOp::Add::msgpack_pack ( auto &  packer) const
inline

Definition at line 249 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 250 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5738 of file acir.hpp.


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