Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "../../common/assert.hpp"
#include "./affine_element.hpp"
#include "./element.hpp"
#include "./wnaf.hpp"
#include "barretenberg/common/constexpr_utils.hpp"
#include "barretenberg/crypto/blake3s/blake3s.hpp"
#include <array>
#include <cinttypes>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include "group_impl_asm.tcc"
Go to the source code of this file.
Classes | |
class | bb::group< Fq_, Fr_, Params > |
group class. Represents an elliptic curve group element. Group is parametrised by Fq and Fr More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |