Skip to content

Commit

Permalink
Remove unnecesary variables initialization (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla authored Apr 19, 2024
1 parent 314a7d9 commit 43e7897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/EcPairing.yul
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ object "EcPairing" {
f000, f001, f010, f011, f020, f021, f100, f101, f110, f111, f120, f121 := FP12_ONE()
let naf := NAF_REPRESENTATIVE()
let n_iter := 63
let l00, l01, l10, l11, l20, l21, l30, l31, l40, l41, l50, l51 := FP12_ONE()
let l00, l01, l10, l11, l20, l21, l30, l31, l40, l41, l50, l51

// Computes the first iteration of Millers loop outside to avoid unecesariy square
// NAF[64] == 0
Expand Down

0 comments on commit 43e7897

Please sign in to comment.