|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 &) |
| using bb::secp256r1::fq = typedef field<FqParams> |
Definition at line 130 of file secp256r1.hpp.
| using bb::secp256r1::fr = typedef field<FrParams> |
Definition at line 246 of file secp256r1.hpp.
| using bb::secp256r1::g1 = typedef group<fq, fr, G1Params> |
Definition at line 264 of file secp256r1.hpp.
|
inline |
Definition at line 268 of file secp256r1.hpp.