|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_sha256.hpp>
Public Member Functions | |
| MockSha256 () | |
| ~MockSha256 () override | |
| MOCK_METHOD (void, compression,(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr),(override)) | |
Public Member Functions inherited from bb::avm2::simulation::Sha256Interface | |
| virtual | ~Sha256Interface ()=default |
| virtual void | compression (MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr)=0 |
Definition at line 11 of file mock_sha256.hpp.
|
default |
|
overridedefault |
| bb::avm2::simulation::MockSha256::MOCK_METHOD | ( | void | , |
| compression | , | ||
| (MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr) | , | ||
| (override) | |||
| ) |