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
The G2 subgroup check is implemented as point multiplication by a constant scalar (originally the G2 order, later optimized in #2). The constant can be converted to non-adjacent form (NAF) to further optimize this multiplication. Similar technique is already used in the millerLoop().
Recommendation:
zkSync:
Spearbit:
The text was updated successfully, but these errors were encountered:
Context: EcPairing.yul#L458
Description:
The G2 subgroup check is implemented as point multiplication by a constant scalar (originally the G2 order, later optimized in #2). The constant can be converted to non-adjacent form (NAF) to further optimize this multiplication. Similar technique is already used in the
millerLoop()
.Recommendation:
zkSync:
Spearbit:
The text was updated successfully, but these errors were encountered: