Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BinaryIntOp::And 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 And bincodeDeserialize (std::vector< uint8_t >)
 

Friends

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

Detailed Description

Definition at line 307 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 5483 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 5476 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 312 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 313 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5471 of file acir.hpp.


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