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

Public Types

using Type = bb::curve::SECP256K1
 
using ScalarField = secp256k1::fr
 
using BaseField = secp256k1::fq
 
using Group = secp256k1::g1
 
using AffineElement = secp256k1::g1::affine_element
 

Static Public Attributes

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

Detailed Description

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

Member Typedef Documentation

◆ AffineElement

◆ BaseField

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

◆ Group

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

◆ ScalarField

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

◆ Type

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

Member Data Documentation

◆ has_wycheproof_tests

constexpr bool secp256k1_curve::has_wycheproof_tests = true
staticconstexpr

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

◆ supports_recovery

constexpr bool secp256k1_curve::supports_recovery = true
staticconstexpr

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


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