|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <test_interaction_builder.hpp>
Public Types | |
| using | ArrayTuple = std::array< FF, PermutationSettings::COLUMNS_PER_SET > |
Public Member Functions | |
| void | process (TraceContainer &trace) override |
Public Member Functions inherited from bb::avm2::tracegen::PermutationBuilder< PermutationSettings > | |
| void | process (TraceContainer &) override |
Public Member Functions inherited from bb::avm2::tracegen::InteractionBuilderInterface | |
| virtual | ~InteractionBuilderInterface ()=default |
Private Attributes | |
| unordered_flat_map< ArrayTuple, std::unordered_set< uint32_t > > | source_tuples |
| unordered_flat_map< ArrayTuple, std::unordered_set< uint32_t > > | destination_tuples |
Definition at line 52 of file test_interaction_builder.hpp.
| using bb::avm2::tracegen::CheckingPermutationBuilder< PermutationSettings >::ArrayTuple = std::array<FF, PermutationSettings::COLUMNS_PER_SET> |
Definition at line 54 of file test_interaction_builder.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::tracegen::InteractionBuilderInterface.
Definition at line 56 of file test_interaction_builder.hpp.
|
private |
Definition at line 116 of file test_interaction_builder.hpp.
|
private |
Definition at line 115 of file test_interaction_builder.hpp.