Skip to content

Commit

Permalink
Redundant opposite point addition case (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri authored Nov 7, 2023
1 parent 98d717c commit 2909e7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions precompiles/P256VERIFY.yul
Original file line number Diff line number Diff line change
Expand Up @@ -451,11 +451,6 @@ object "P256VERIFY" {
xr, yr, zr := projectiveDouble(xp, yp, zp)
leave
}
// P + (-P) = Infinity
xr := 0
yr := MONTGOMERY_ONE_P()
zr := 0
leave
}

// P1 + P2 = P3
Expand Down

0 comments on commit 2909e7b

Please sign in to comment.