Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
sha256.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2::simulation {
6
7// Forward declarations
8class MemoryInterface;
9
11 public:
12 virtual ~Sha256Interface() = default;
14 MemoryAddress state_addr,
15 MemoryAddress input_addr,
16 MemoryAddress output_addr) = 0;
17};
18
19} // namespace bb::avm2::simulation
virtual void compression(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr)=0
uint32_t MemoryAddress