|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <siloing.hpp>
Public Member Functions | |
| Siloing (EventEmitterInterface< SiloingEvent > &events) | |
| FF | silo_nullifier (const FF &nullifier, const FF &silo_by) override |
Public Member Functions inherited from bb::avm2::simulation::SiloingInterface | |
| virtual | ~SiloingInterface ()=default |
Private Member Functions | |
| FF | silo (const FF &generator, const FF &elem, const FF &silo_by, SiloingType type) |
Private Attributes | |
| EventEmitterInterface< SiloingEvent > & | events |
Definition at line 11 of file siloing.hpp.
|
inline |
Definition at line 13 of file siloing.hpp.
|
private |
Definition at line 11 of file siloing.cpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::SiloingInterface.
Definition at line 17 of file siloing.hpp.
|
private |
Definition at line 25 of file siloing.hpp.