|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <witness_stack.hpp>
Public Member Functions | |
| void | msgpack_pack (auto &packer) const |
| void | msgpack_unpack (msgpack::object const &o) |
Public Attributes | |
| uint32_t | index |
| Witnesses::WitnessMap | witness |
Friends | |
| bool | operator== (const StackItem &, const StackItem &) |
Definition at line 190 of file witness_stack.hpp.
|
inline |
Definition at line 196 of file witness_stack.hpp.
|
inline |
Definition at line 203 of file witness_stack.hpp.
Definition at line 283 of file witness_stack.hpp.
| uint32_t Witnesses::StackItem::index |
Definition at line 191 of file witness_stack.hpp.
| Witnesses::WitnessMap Witnesses::StackItem::witness |
Definition at line 192 of file witness_stack.hpp.