Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include "barretenberg/crypto/keccak/keccak.hpp"
#include "barretenberg/vm2/common/aztec_constants.hpp"
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/simulation/bitwise.hpp"
#include "barretenberg/vm2/simulation/events/bitwise_event.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/events/keccakf1600_event.hpp"
#include "barretenberg/vm2/simulation/events/range_check_event.hpp"
#include "barretenberg/vm2/simulation/keccakf1600.hpp"
#include "barretenberg/vm2/simulation/lib/execution_id_manager.hpp"
#include "barretenberg/vm2/simulation/range_check.hpp"
#include "barretenberg/vm2/testing/macros.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 |
|
protected |
Definition at line 38 of file keccakf1600.test.cpp.
|
protected |
Definition at line 36 of file keccakf1600.test.cpp.
|
protected |
Definition at line 34 of file keccakf1600.test.cpp.
|
protected |
Definition at line 40 of file keccakf1600.test.cpp.
|
protected |
Definition at line 35 of file keccakf1600.test.cpp.
|
protected |
Definition at line 33 of file keccakf1600.test.cpp.
|
protected |
Definition at line 39 of file keccakf1600.test.cpp.
|
protected |
Definition at line 37 of file keccakf1600.test.cpp.