|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <list>#include <set>#include <typeinfo>#include <unordered_map>#include <unordered_set>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | cdg::KeyHasher |
| struct | cdg::KeyEquals |
| struct | cdg::ConnectedComponent |
| class | cdg::StaticAnalyzer_< FF, CircuitBuilder > |
Namespaces | |
| namespace | cdg |
Typedefs | |
| using | cdg::KeyPair = std::pair< uint32_t, size_t > |
| using | cdg::UltraStaticAnalyzer = StaticAnalyzer_< bb::fr, bb::UltraCircuitBuilder > |
| using | cdg::MegaStaticAnalyzer = StaticAnalyzer_< bb::fr, bb::MegaCircuitBuilder > |
| using | cdg::StaticAnalyzer = UltraStaticAnalyzer |