|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sha256_event.hpp>
Public Attributes | |
| uint32_t | execution_clk |
| uint16_t | space_id |
| MemoryAddress | state_addr |
| MemoryAddress | input_addr |
| MemoryAddress | output_addr |
| std::array< MemoryValue, 8 > | state |
| std::vector< MemoryValue > | input |
| std::array< MemoryValue, 8 > | output |
Definition at line 15 of file sha256_event.hpp.
| uint32_t bb::avm2::simulation::Sha256CompressionEvent::execution_clk |
Definition at line 16 of file sha256_event.hpp.
| std::vector<MemoryValue> bb::avm2::simulation::Sha256CompressionEvent::input |
Definition at line 22 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::input_addr |
Definition at line 19 of file sha256_event.hpp.
| std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::output |
Definition at line 23 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::output_addr |
Definition at line 20 of file sha256_event.hpp.
| uint16_t bb::avm2::simulation::Sha256CompressionEvent::space_id |
Definition at line 17 of file sha256_event.hpp.
| std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::state |
Definition at line 21 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::state_addr |
Definition at line 18 of file sha256_event.hpp.