2#include "../bn254/fq.hpp"
3#include "../bn254/fq12.hpp"
4#include "../bn254/fq2.hpp"
5#include "../bn254/fr.hpp"
6#include "../bn254/g1.hpp"
7#include "../bn254/g2.hpp"
15 using Element =
typename Group::element;
16 using AffineElement =
typename Group::affine_element;
24 static constexpr bool is_stdlib_type =
false;
Definition: field12.hpp:5
Definition: affine_element.hpp:11
group class. Represents an elliptic curve group element. Group is parametrised by coordinate_field an...
Definition: group.hpp:29
Definition: field2_declarations.hpp:11