Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/serialize.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | bb::add_triple_< FF > |
struct | bb::add_quad_< FF > |
struct | bb::mul_quad_< FF > |
struct | bb::mul_triple_< FF > |
struct | bb::poly_triple_< FF > |
struct | bb::ecc_op_tuple |
struct | bb::fixed_group_add_quad_< FF > |
struct | bb::fixed_group_init_quad_< FF > |
struct | bb::accumulator_triple_< FF > |
struct | bb::ecc_add_gate_< FF > |
struct | bb::ecc_dbl_gate_< FF > |
struct | bb::databus_lookup_gate_< FF > |
struct | bb::poseidon2_external_gate_< FF > |
struct | bb::poseidon2_internal_gate_< FF > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Typedefs | |
using | bb::poly_triple = poly_triple_< bb::fr > |
Functions | |
template<typename B , typename FF > | |
void | bb::read (B &buf, poly_triple_< FF > &constraint) |
template<typename B , typename FF > | |
void | bb::write (B &buf, poly_triple_< FF > const &constraint) |