|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "../hashers/hashers.hpp"#include "barretenberg/ecc/curves/secp256k1/secp256k1.hpp"#include "barretenberg/ecc/curves/secp256r1/secp256r1.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <array>#include <string>Go to the source code of this file.
Classes | |
| struct | bb::crypto::ecdsa_key_pair< Fr, G1 > |
| struct | bb::crypto::ecdsa_signature |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::crypto |
Functions | |
| template<typename Hash , typename Fq , typename Fr , typename G1 > | |
| ecdsa_signature | bb::crypto::ecdsa_construct_signature (const std::string &message, const ecdsa_key_pair< Fr, G1 > &account) |
| Generate the ECDSA for the message using the provided account key pair and hash function. | |