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