Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions include/g.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
#include <cmath>
#include <vector>
#include "span.h"
#include "fp.hpp"

namespace bls12_381
{

class fp;
class fp2;
class fp6;
class fp12;

// g1 is type for point in G1.
// g1 is both used for Affine and Jacobian point representation.
// If z is equal to one the point is considered as in affine form.
Expand Down Expand Up @@ -118,4 +114,4 @@ class g2
static const std::array<uint64_t, 1> cofactorEFF;
};

} // namespace bls12_381
} // namespace bls12_381