Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/emit_unencrypted_log.hpp"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/simulation/testing/mock_context.hpp"
#include "barretenberg/vm2/simulation/testing/mock_execution_id_manager.hpp"
#include "barretenberg/vm2/simulation/testing/mock_gt.hpp"
#include "barretenberg/vm2/simulation/testing/mock_memory.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |
Functions | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, Basic) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, NegativeTooLarge) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, NegativeMemoryOutOfBounds) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, NegativeTooManyLogs) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, NegativeTagMismatch) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, NegativeStatic) | |
bb::avm2::simulation::TEST (EmitUnencryptedLogTest, CheckpointListener) | |