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
 
uint32_t space_id
 
MemoryAddress state_addr
 
MemoryAddress input_addr
 
MemoryAddress output_addr
 
std::array< MemoryValue, 8 > state
 
std::vector< MemoryValueinput
 
std::array< MemoryValue, 8 > output
 

Detailed Description

Definition at line 15 of file sha256_event.hpp.

Member Data Documentation

◆ execution_clk

uint32_t bb::avm2::simulation::Sha256CompressionEvent::execution_clk

Definition at line 16 of file sha256_event.hpp.

◆ input

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

Definition at line 22 of file sha256_event.hpp.

◆ input_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::input_addr

Definition at line 19 of file sha256_event.hpp.

◆ output

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

Definition at line 23 of file sha256_event.hpp.

◆ output_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::output_addr

Definition at line 20 of file sha256_event.hpp.

◆ space_id

uint32_t bb::avm2::simulation::Sha256CompressionEvent::space_id

Definition at line 17 of file sha256_event.hpp.

◆ state

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

Definition at line 21 of file sha256_event.hpp.

◆ state_addr

MemoryAddress bb::avm2::simulation::Sha256CompressionEvent::state_addr

Definition at line 18 of file sha256_event.hpp.


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