|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <cstdint>#include <stdexcept>#include <string>#include <vector>#include "barretenberg/ecc/curves/secp256k1/secp256k1.hpp"#include "barretenberg/ecc/curves/secp256r1/secp256r1.hpp"Go to the source code of this file.
Classes | |
| struct | bb::stdlib::WycherproofTest< Curve > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
Typedefs | |
| using | bb::stdlib::WycherproofSecp256k1 = WycherproofTest< bb::curve::SECP256K1 > |
| using | bb::stdlib::WycherproofSecp256r1 = WycherproofTest< bb::curve::SECP256R1 > |
Variables | |
| const std::vector< WycherproofSecp256k1 > | bb::stdlib::secp256k1_tests |
| Test for Secp256k1 ECDSA signatures taken from the Wycherproof project. | |
| const std::vector< WycherproofSecp256r1 > | bb::stdlib::secp256r1_tests |
| Test for Secp256r1 ECDSA signatures taken from the Wycherproof project. | |