|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
ECDSA signature command definitions for the Barretenberg RPC API. More...
#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/common/named_union.hpp"#include "barretenberg/crypto/ecdsa/ecdsa.hpp"#include "barretenberg/ecc/curves/secp256k1/secp256k1.hpp"#include "barretenberg/ecc/curves/secp256r1/secp256r1.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <array>#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
ECDSA signature command definitions for the Barretenberg RPC API.
This file contains command structures for ECDSA signature operations on Secp256k1 and Secp256r1 curves.
Definition in file bbapi_ecdsa.hpp.