Mavryk_bls12_381.Pairing
Provides routines to compute the pairing over G1 x G2 -> GT
exception FailToComputeFinalExponentiation of Fq12.t
Compute the miller loop on a list of points. Return Fq12.one
if the list is empty.
pairing_check points
returns true
if pairing points = GT.one
. Return true
if the empty list is given.
Compute the final exponentiation of the given point. Returns None
if the point is equal to Fq12.zero
Compute the final exponentiation of the given point. Raises FailToComputeFinalExponentiation
if the point is equal to Fq12.zero