|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Implementation of msgpack-encoded curve constants generation. More...
#include "curve_constants.hpp"#include "barretenberg/ecc/curves/bn254/bn254.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/ecc/curves/secp256k1/secp256k1.hpp"#include "barretenberg/ecc/curves/secp256r1/secp256r1.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include <iostream>Go to the source code of this file.
Classes | |
| struct | bb::CurveConstants |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| std::vector< uint8_t > | bb::get_curve_constants_msgpack () |
| Generate msgpack-encoded curve constants for all supported curves. | |
| void | bb::write_curve_constants_msgpack_to_stdout () |
| Write msgpack-encoded curve constants to stdout. | |
Implementation of msgpack-encoded curve constants generation.
Definition in file curve_constants.cpp.