lambdaclass / zksync_era_precompiles

Yul precompile library to speedup elliptic curves operations.
Apache License 2.0
51 stars 19 forks source link

Inacurate doc comment for `fp12Expt` #239

Closed IAvecilla closed 7 months ago

IAvecilla commented 7 months ago

Context: EcPairing.yul#L920

Description: This function fp12Expt() raises a from fp12 to the power of X = 4965661367192848881 (curve seed) not 6*x^2 +1.

Recommendation: Update the fp12Expt() doc comment.

zkSync:

Spearbit: