Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
permutation_builder.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2::tracegen {
7
8template <typename PermutationSettings> class PermutationBuilder : public InteractionBuilderInterface {
9 public:
10 void process(TraceContainer&) override
11 {
12 // There's nothing to do here.
13 // We only keep this class around so that in tests we can use the checked version.
14 }
15};
16
17} // namespace bb::avm2::tracegen
void process(TraceContainer &) override