|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "affine_element.hpp"#include "barretenberg/common/compiler_hints.hpp"#include "barretenberg/common/mem.hpp"#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "wnaf.hpp"#include <array>#include <random>#include <vector>#include "./element_impl.hpp"Go to the source code of this file.
Classes | |
| class | bb::group_elements::element< Fq, Fr, Params > |
| element class. Implements ecc group arithmetic using Jacobian coordinates See https://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#doubling-dbl-2009-l More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::group_elements |
Functions | |
| template<class Fq , class Fr , class Params > | |
| std::ostream & | bb::group_elements::operator<< (std::ostream &os, element< Fq, Fr, Params > const &e) |