Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::stdlib::WycherproofTest< Curve > Struct Template Reference

#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
 

Detailed Description

template<class Curve>
struct bb::stdlib::WycherproofTest< Curve >

Definition at line 17 of file ecdsa_tests_data.hpp.

Member Typedef Documentation

◆ Fq

Definition at line 19 of file ecdsa_tests_data.hpp.

◆ Fr

Definition at line 18 of file ecdsa_tests_data.hpp.

Member Data Documentation

◆ comment

template<class Curve >
std::string bb::stdlib::WycherproofTest< Curve >::comment

Definition at line 31 of file ecdsa_tests_data.hpp.

◆ failure_msg

template<class Curve >
std::string bb::stdlib::WycherproofTest< Curve >::failure_msg

Definition at line 32 of file ecdsa_tests_data.hpp.

◆ is_circuit_satisfied

template<class Curve >
bool bb::stdlib::WycherproofTest< Curve >::is_circuit_satisfied

Definition at line 30 of file ecdsa_tests_data.hpp.

◆ is_valid_signature

template<class Curve >
bool bb::stdlib::WycherproofTest< Curve >::is_valid_signature

Definition at line 29 of file ecdsa_tests_data.hpp.

◆ message

template<class Curve >
std::vector<uint8_t> bb::stdlib::WycherproofTest< Curve >::message

Definition at line 26 of file ecdsa_tests_data.hpp.

◆ r

template<class Curve >
Fr bb::stdlib::WycherproofTest< Curve >::r

Definition at line 27 of file ecdsa_tests_data.hpp.

◆ s

template<class Curve >
Fr bb::stdlib::WycherproofTest< Curve >::s

Definition at line 28 of file ecdsa_tests_data.hpp.

◆ x

template<class Curve >
Fq bb::stdlib::WycherproofTest< Curve >::x

Definition at line 22 of file ecdsa_tests_data.hpp.

◆ y

template<class Curve >
Fq bb::stdlib::WycherproofTest< Curve >::y

Definition at line 23 of file ecdsa_tests_data.hpp.


The documentation for this struct was generated from the following file: