Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::secp256r1 Namespace Reference

Classes

struct  FqParams
 Parameters defining the base field of the secp256r1 curve. More...
 
struct  FrParams
 Parameters defining the scalar field of the secp256r1 curve. More...
 
struct  G1Params
 

Typedefs

using fq = field< FqParams >
 
using fr = field< FrParams >
 
using g1 = group< fq, fr, G1Params >
 

Functions

std::string msgpack_schema_name (g1::affine_element const &)
 

Typedef Documentation

◆ fq

using bb::secp256r1::fq = typedef field<FqParams>

Definition at line 130 of file secp256r1.hpp.

◆ fr

using bb::secp256r1::fr = typedef field<FrParams>

Definition at line 246 of file secp256r1.hpp.

◆ g1

using bb::secp256r1::g1 = typedef group<fq, fr, G1Params>

Definition at line 264 of file secp256r1.hpp.

Function Documentation

◆ msgpack_schema_name()

std::string bb::secp256r1::msgpack_schema_name ( g1::affine_element const &  )
inline

Definition at line 268 of file secp256r1.hpp.