|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ecdsa_tests_data.hpp>
Public Types | |
| using | Fr = Curve::ScalarField |
| using | Fq = Curve::BaseField |
Public Attributes | |
| Fq | x |
| Fq | y |
| std::vector< uint8_t > | message |
| Fr | r |
| Fr | s |
| bool | is_valid_signature |
| bool | is_circuit_satisfied |
| std::string | comment |
| std::string | failure_msg |
Definition at line 17 of file ecdsa_tests_data.hpp.
| using bb::stdlib::WycherproofTest< Curve >::Fq = Curve::BaseField |
Definition at line 19 of file ecdsa_tests_data.hpp.
| using bb::stdlib::WycherproofTest< Curve >::Fr = Curve::ScalarField |
Definition at line 18 of file ecdsa_tests_data.hpp.
| std::string bb::stdlib::WycherproofTest< Curve >::comment |
Definition at line 31 of file ecdsa_tests_data.hpp.
| std::string bb::stdlib::WycherproofTest< Curve >::failure_msg |
Definition at line 32 of file ecdsa_tests_data.hpp.
| bool bb::stdlib::WycherproofTest< Curve >::is_circuit_satisfied |
Definition at line 30 of file ecdsa_tests_data.hpp.
| bool bb::stdlib::WycherproofTest< Curve >::is_valid_signature |
Definition at line 29 of file ecdsa_tests_data.hpp.
| std::vector<uint8_t> bb::stdlib::WycherproofTest< Curve >::message |
Definition at line 26 of file ecdsa_tests_data.hpp.
| Fr bb::stdlib::WycherproofTest< Curve >::r |
Definition at line 27 of file ecdsa_tests_data.hpp.
| Fr bb::stdlib::WycherproofTest< Curve >::s |
Definition at line 28 of file ecdsa_tests_data.hpp.
| Fq bb::stdlib::WycherproofTest< Curve >::x |
Definition at line 22 of file ecdsa_tests_data.hpp.
| Fq bb::stdlib::WycherproofTest< Curve >::y |
Definition at line 23 of file ecdsa_tests_data.hpp.