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
4
5namespace bb::avm2::simulation {
6
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
virtual FF silo_nullifier(const FF &nullifier, const FF &silo_by)=0
AvmFlavorSettings::FF FF
Definition field.hpp:10