Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_sha256.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
8
9namespace bb::avm2::simulation {
10
12 public:
14 ~MockSha256() override;
15
18 (MemoryInterface&, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr),
19 (override));
20};
21
22} // namespace bb::avm2::simulation
MOCK_METHOD(void, compression,(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr),(override))
virtual void compression(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr)=0
uint32_t MemoryAddress