Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/container.hpp"
#include "barretenberg/common/op_count.hpp"
#include "barretenberg/common/thread.hpp"
#include "barretenberg/honk/execution_trace/execution_trace_usage_tracker.hpp"
#include "barretenberg/protogalaxy/prover_verifier_shared.hpp"
#include "barretenberg/relations/relation_parameters.hpp"
#include "barretenberg/relations/relation_types.hpp"
#include "barretenberg/relations/utils.hpp"
#include "barretenberg/ultra_honk/oink_prover.hpp"
Go to the source code of this file.
Classes | |
class | bb::ProtogalaxyProverInternal< DeciderProvingKeys_ > |
A purely static class (never add state to this!) consisting of functions used by the Protogalaxy prover. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |