|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <stdexcept>#include <string>#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/simulation/events/checkpoint_event_type.hpp"Go to the source code of this file.
Classes | |
| struct | bb::avm2::simulation::EmitUnencryptedLogException |
| struct | bb::avm2::simulation::EmitUnencryptedLogWriteEvent |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Typedefs | |
| using | bb::avm2::simulation::EmitUnencryptedLogEvent = std::variant< EmitUnencryptedLogWriteEvent, CheckPointEventType > |