Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
keccakf1600.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2::simulation {
6
7// Forward declaration
8class MemoryInterface;
9
11 public:
12 virtual ~KeccakF1600Interface() = default;
14};
15
16} // namespace bb::avm2::simulation
virtual void permutation(MemoryInterface &memory, MemoryAddress dst_addr, MemoryAddress src_addr)=0
uint32_t dst_addr
uint32_t MemoryAddress