Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>
#include <iomanip>
#include "../../fields/field.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/stdlib/primitives/bigfield/constants.hpp"
Go to the source code of this file.
Classes | |
class | bb::Bn254FqParams |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Typedefs | |
using | bb::fq = field< Bn254FqParams > |