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