Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"
#include "barretenberg/honk/execution_trace/gate_data.hpp"
#include "barretenberg/public_input_component/public_component_key.hpp"
#include "barretenberg/serialize/msgpack.hpp"
#include <utility>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | bb::CircuitBuilderBase< FF_ > |
struct | bb::CircuitSchemaInternal< FF > |
Serialized state of a circuit. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |