|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sha256_event.hpp>
Public Attributes | |
| uint32_t | execution_clk = 0 |
| uint16_t | space_id = 0 |
| MemoryAddress | state_addr = 0 |
| MemoryAddress | input_addr = 0 |
| MemoryAddress | output_addr = 0 |
| std::array< MemoryValue, 8 > | state = DEFAULT_STATE |
| std::vector< MemoryValue > | input |
| std::array< MemoryValue, 8 > | output = DEFAULT_STATE |
Definition at line 28 of file sha256_event.hpp.
| uint32_t bb::avm2::simulation::Sha256CompressionEvent::execution_clk = 0 |
Definition at line 29 of file sha256_event.hpp.
| std::vector<MemoryValue> bb::avm2::simulation::Sha256CompressionEvent::input |
Definition at line 35 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::input_addr = 0 |
Definition at line 32 of file sha256_event.hpp.
| std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::output = DEFAULT_STATE |
Definition at line 36 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::output_addr = 0 |
Definition at line 33 of file sha256_event.hpp.
| uint16_t bb::avm2::simulation::Sha256CompressionEvent::space_id = 0 |
Definition at line 30 of file sha256_event.hpp.
| std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::state = DEFAULT_STATE |
Definition at line 34 of file sha256_event.hpp.
| MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::state_addr = 0 |
Definition at line 31 of file sha256_event.hpp.