Module mnt6

Source
Expand description

This module provides a generic implementation of G1 and G2 for the [[MNT6]](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.20.8113&rep=rep1&type=pdf) family of bilinear groups.

Structs§

G1PreparedVar
Represents the cached precomputation that can be performed on a G1 element which enables speeding up pairing computation.
G2PreparedVar
Represents the cached precomputation that can be performed on a G2 element which enables speeding up pairing computation.

Type Aliases§

G1Var
Represents a projective point in G1.
G2Var
Represents a projective point in G2.