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

Public Attributes

std::vector< Acir::BrilligOpcodebytecode
 

Friends

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

Detailed Description

Definition at line 5192 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 8827 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 8820 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 5199 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 5205 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 8812 of file acir.hpp.

Member Data Documentation

◆ bytecode

std::vector<Acir::BrilligOpcode> Acir::BrilligBytecode::bytecode

Definition at line 5193 of file acir.hpp.


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