Skip to content

Commit

Permalink
Update src/main/java/net/consensys/linea/zktracer/module/alu/ext/calc…
Browse files Browse the repository at this point in the history
…ulator/BytesICalculator.java

Co-authored-by: Sally MacFarlane <[email protected]>
  • Loading branch information
Gabriel-Trintinalia and macfarla authored Apr 25, 2023
1 parent bc74109 commit 9613b3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ static boolean[] computeIsAndOverflowI(BytesArray qBytes, BytesArray cBytes, Byt

long sigma = calculateSigma(qBytes, cBytes, iBytes);

// Calculate tau
long tau = calculateTau(qBytes, cBytes, iBytes);

// Calculate tau
Expand Down

0 comments on commit 9613b3e

Please sign in to comment.