Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Witnesses::StackItem Struct Reference

#include <witness_stack.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 StackItem bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

uint32_t index
 
Witnesses::WitnessMap witness
 

Friends

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

Detailed Description

Definition at line 97 of file witness_stack.hpp.

Member Function Documentation

◆ bincodeDeserialize()

StackItem Witnesses::StackItem::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 164 of file witness_stack.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Witnesses::StackItem::bincodeSerialize ( ) const
inline

Definition at line 157 of file witness_stack.hpp.

◆ msgpack_pack()

void Witnesses::StackItem::msgpack_pack ( auto &  packer) const
inline

Definition at line 105 of file witness_stack.hpp.

◆ msgpack_unpack()

void Witnesses::StackItem::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 112 of file witness_stack.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 146 of file witness_stack.hpp.

Member Data Documentation

◆ index

uint32_t Witnesses::StackItem::index

Definition at line 98 of file witness_stack.hpp.

◆ witness

Witnesses::WitnessMap Witnesses::StackItem::witness

Definition at line 99 of file witness_stack.hpp.


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