Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_keccakf1600.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <array>
4#include <gmock/gmock.h>
5
9
10namespace bb::avm2::simulation {
11
13 public:
15 ~MockKeccakF1600() override;
16
20 (override));
21};
22
23} // namespace bb::avm2::simulation
virtual void permutation(MemoryInterface &memory, MemoryAddress dst_addr, MemoryAddress src_addr)=0
MOCK_METHOD(void, permutation,(MemoryInterface &memory, MemoryAddress dst_addr, MemoryAddress src_addr),(override))
uint32_t dst_addr
uint32_t MemoryAddress