Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
address_derivation_event.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/common/aztec_types.hpp
"
4
#include "
barretenberg/vm2/common/field.hpp
"
5
6
namespace
bb::avm2::simulation
{
7
8
struct
AddressDerivationEvent
{
9
AztecAddress
address
;
10
ContractInstance
instance
;
11
FF
salted_initialization_hash
;
12
FF
partial_address
;
13
FF
public_keys_hash
;
14
FF
preaddress
;
15
EmbeddedCurvePoint
preaddress_public_key
;
16
EmbeddedCurvePoint
address_point
;
17
};
18
19
}
// namespace bb::avm2::simulation
aztec_types.hpp
bb::avm2::StandardAffinePoint< AvmFlavorSettings::EmbeddedCurve::AffineElement >
bb::avm2::simulation
Definition
address_derivation.cpp:8
bb::avm2::AztecAddress
FF AztecAddress
Definition
aztec_types.hpp:11
bb::avm2::FF
AvmFlavorSettings::FF FF
Definition
field.hpp:10
bb::avm2::ContractInstance
Definition
aztec_types.hpp:82
bb::avm2::simulation::AddressDerivationEvent
Definition
address_derivation_event.hpp:8
bb::avm2::simulation::AddressDerivationEvent::preaddress_public_key
EmbeddedCurvePoint preaddress_public_key
Definition
address_derivation_event.hpp:15
bb::avm2::simulation::AddressDerivationEvent::salted_initialization_hash
FF salted_initialization_hash
Definition
address_derivation_event.hpp:11
bb::avm2::simulation::AddressDerivationEvent::address_point
EmbeddedCurvePoint address_point
Definition
address_derivation_event.hpp:16
bb::avm2::simulation::AddressDerivationEvent::public_keys_hash
FF public_keys_hash
Definition
address_derivation_event.hpp:13
bb::avm2::simulation::AddressDerivationEvent::partial_address
FF partial_address
Definition
address_derivation_event.hpp:12
bb::avm2::simulation::AddressDerivationEvent::instance
ContractInstance instance
Definition
address_derivation_event.hpp:10
bb::avm2::simulation::AddressDerivationEvent::address
AztecAddress address
Definition
address_derivation_event.hpp:9
bb::avm2::simulation::AddressDerivationEvent::preaddress
FF preaddress
Definition
address_derivation_event.hpp:14
field.hpp
src
barretenberg
vm2
simulation
events
address_derivation_event.hpp
Generated by
1.9.8