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

Public Attributes

uint32_t value
 

Friends

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

Detailed Description

Definition at line 2893 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 12595 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 12588 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 2900 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 2902 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 12580 of file acir.hpp.

Member Data Documentation

◆ value

uint32_t Acir::Witness::value

Definition at line 2894 of file acir.hpp.


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