|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "../../primitives/byte_array/byte_array.hpp"#include "../../primitives/circuit_builders/circuit_builders_fwd.hpp"#include "barretenberg/crypto/ecdsa/ecdsa.hpp"#include "./ecdsa_impl.hpp"Go to the source code of this file.
Classes | |
| struct | bb::stdlib::ecdsa_signature< Builder > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
Functions | |
| template<typename Builder , typename Curve , typename Fq , typename Fr , typename G1 > | |
| bool_t< Builder > | bb::stdlib::ecdsa_verify_signature (const stdlib::byte_array< Builder > &hashed_message, const G1 &public_key, const ecdsa_signature< Builder > &sig) |
| Verify ECDSA signature. Returns bool_t(true/false) depending on whether the signature is valid or not. | |
| template<typename Builder > | |
| void | bb::stdlib::generate_ecdsa_verification_test_circuit (Builder &builder, size_t num_iterations) |
| Generate a simple ecdsa verification circuit for testing purposes. | |