|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Elliptic curve operations command definitions for the Barretenberg RPC API. More...
#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/common/named_union.hpp"#include "barretenberg/ecc/curves/bn254/bn254.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/ecc/curves/secp256k1/secp256k1.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <array>#include <cstdint>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Elliptic curve operations command definitions for the Barretenberg RPC API.
This file contains command structures for elliptic curve operations including Grumpkin, Secp256k1, and BN254 field operations.
Definition in file bbapi_ecc.hpp.