Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
siloing_event.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/common/field.hpp
"
4
5
namespace
bb::avm2::simulation
{
6
7
enum class
SiloingType
{
NULLIFIER
};
8
9
struct
SiloingEvent
{
10
SiloingType
type
;
11
FF
elem
;
12
FF
siloed_by
;
13
FF
siloed_elem
;
14
};
15
16
}
// namespace bb::avm2::simulation
bb::avm2::simulation
Definition
address_derivation.cpp:8
bb::avm2::simulation::SiloingType
SiloingType
Definition
siloing_event.hpp:7
bb::avm2::simulation::SiloingType::NULLIFIER
@ NULLIFIER
bb::avm2::FF
AvmFlavorSettings::FF FF
Definition
field.hpp:10
bb::avm2::simulation::SiloingEvent
Definition
siloing_event.hpp:9
bb::avm2::simulation::SiloingEvent::elem
FF elem
Definition
siloing_event.hpp:11
bb::avm2::simulation::SiloingEvent::siloed_by
FF siloed_by
Definition
siloing_event.hpp:12
bb::avm2::simulation::SiloingEvent::siloed_elem
FF siloed_elem
Definition
siloing_event.hpp:13
bb::avm2::simulation::SiloingEvent::type
SiloingType type
Definition
siloing_event.hpp:10
field.hpp
src
barretenberg
vm2
simulation
events
siloing_event.hpp
Generated by
1.9.8