Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::Sha256CompressionEvent Struct Reference

#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< MemoryValueinput
 
std::array< MemoryValue, 8 > output = DEFAULT_STATE
 

Detailed Description

Definition at line 28 of file sha256_event.hpp.

Member Data Documentation

◆ execution_clk

uint32_t bb::avm2::simulation::Sha256CompressionEvent::execution_clk = 0

Definition at line 29 of file sha256_event.hpp.

◆ input

std::vector<MemoryValue> bb::avm2::simulation::Sha256CompressionEvent::input

Definition at line 35 of file sha256_event.hpp.

◆ input_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::input_addr = 0

Definition at line 32 of file sha256_event.hpp.

◆ output

std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::output = DEFAULT_STATE

Definition at line 36 of file sha256_event.hpp.

◆ output_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::output_addr = 0

Definition at line 33 of file sha256_event.hpp.

◆ space_id

uint16_t bb::avm2::simulation::Sha256CompressionEvent::space_id = 0

Definition at line 30 of file sha256_event.hpp.

◆ state

std::array<MemoryValue, 8> bb::avm2::simulation::Sha256CompressionEvent::state = DEFAULT_STATE

Definition at line 34 of file sha256_event.hpp.

◆ state_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::state_addr = 0

Definition at line 31 of file sha256_event.hpp.


The documentation for this struct was generated from the following file: