Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
curve_constants.hpp
Go to the documentation of this file.
1
5#pragma once
6
7#include <string>
8#include <vector>
9
10namespace bb {
11
16std::vector<uint8_t> get_curve_constants_msgpack();
17
22
23} // namespace bb
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
std::vector< uint8_t > get_curve_constants_msgpack()
Generate msgpack-encoded curve constants for all supported curves.
void write_curve_constants_msgpack_to_stdout()
Write msgpack-encoded curve constants to stdout.