Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
siloing.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
class
SiloingInterface
{
8
public
:
9
virtual
~SiloingInterface
() =
default
;
10
virtual
FF
silo_nullifier
(
const
FF
&
nullifier
,
const
FF
& silo_by) = 0;
11
};
12
13
}
// namespace bb::avm2::simulation
bb::avm2::simulation::SiloingInterface
Definition
siloing.hpp:7
bb::avm2::simulation::SiloingInterface::silo_nullifier
virtual FF silo_nullifier(const FF &nullifier, const FF &silo_by)=0
bb::avm2::simulation::SiloingInterface::~SiloingInterface
virtual ~SiloingInterface()=default
nullifier
FF nullifier
Definition
nullifier_tree_check.test.cpp:72
bb::avm2::simulation
Definition
address_derivation_event.hpp:6
bb::avm2::FF
AvmFlavorSettings::FF FF
Definition
field.hpp:10
field.hpp
src
barretenberg
vm2
simulation
interfaces
siloing.hpp
Generated by
1.9.8