|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/ref_vector.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/constants.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/honk/execution_trace/execution_trace_block.hpp"#include "barretenberg/numeric/bitop/get_msb.hpp"Go to the source code of this file.
Classes | |
| struct | bb::UltraTraceBlockData |
| Defines the circuit block types for the Ultra arithmetization. More... | |
| class | bb::UltraExecutionTraceBlocks |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| using | bb::UltraTraceBlock = ExecutionTraceBlock< fr, 4 > |