Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <poseidon2_event.hpp>
Public Attributes | |
std::vector< FF > | inputs |
std::vector< std::array< FF, 4 > > | intermediate_states |
FF | output |
Definition at line 17 of file poseidon2_event.hpp.
std::vector<FF> bb::avm2::simulation::Poseidon2HashEvent::inputs |
Definition at line 18 of file poseidon2_event.hpp.
std::vector<std::array<FF, 4> > bb::avm2::simulation::Poseidon2HashEvent::intermediate_states |
Definition at line 19 of file poseidon2_event.hpp.
FF bb::avm2::simulation::Poseidon2HashEvent::output |
Definition at line 20 of file poseidon2_event.hpp.