You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mid-level task between the low-level comonents (Fp12 arithmetic and elliptic curve points operations) and the whole BLS12-381 component suite. Should include:
the Miller loop subcomponent;
the exponentiation subcomponent;
pairing component (Miller loop + exponentiation) to compute a paring;
pairing_check component (2 Miller loops + exponentiation) to check that two pairings are equal.
The text was updated successfully, but these errors were encountered:
A mid-level task between the low-level comonents (Fp12 arithmetic and elliptic curve points operations) and the whole BLS12-381 component suite. Should include:
The text was updated successfully, but these errors were encountered: