|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const AvmProvingInputs &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (public_inputs, hints) | |
Static Public Member Functions | |
| static AvmProvingInputs | from (const std::vector< uint8_t > &data) |
Public Attributes | |
| PublicInputs | public_inputs |
| ExecutionHints | hints |
Definition at line 417 of file avm_io.hpp.
|
static |
Definition at line 122 of file avm_io.cpp.
| bb::avm2::AvmProvingInputs::MSGPACK_CAMEL_CASE_FIELDS | ( | public_inputs | , |
| hints | |||
| ) |
|
default |
| ExecutionHints bb::avm2::AvmProvingInputs::hints |
Definition at line 419 of file avm_io.hpp.
| PublicInputs bb::avm2::AvmProvingInputs::public_inputs |
Definition at line 418 of file avm_io.hpp.