Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
secp256r1_curve Struct Reference

Public Types

using Type = bb::curve::SECP256R1
 
using ScalarField = secp256r1::fr
 
using BaseField = secp256r1::fq
 
using Group = secp256r1::g1
 
using AffineElement = secp256r1::g1::affine_element
 

Static Public Attributes

static constexpr bool supports_recovery = true
 
static constexpr bool has_wycheproof_tests = true
 

Detailed Description

Definition at line 77 of file ecdsa.test.cpp.

Member Typedef Documentation

◆ AffineElement

◆ BaseField

Definition at line 80 of file ecdsa.test.cpp.

◆ Group

Definition at line 81 of file ecdsa.test.cpp.

◆ ScalarField

Definition at line 79 of file ecdsa.test.cpp.

◆ Type

Definition at line 78 of file ecdsa.test.cpp.

Member Data Documentation

◆ has_wycheproof_tests

constexpr bool secp256r1_curve::has_wycheproof_tests = true
staticconstexpr

Definition at line 84 of file ecdsa.test.cpp.

◆ supports_recovery

constexpr bool secp256r1_curve::supports_recovery = true
staticconstexpr

Definition at line 83 of file ecdsa.test.cpp.


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