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
8
9namespace bb::avm2::simulation {
10
12 public:
14 ~MockKeccakF1600() override;
15
19 (override));
20};
21
22} // 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