Skip to content

Commit

Permalink
revert modexp precompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
laisolizq committed Feb 14, 2024
1 parent ad2d359 commit 4019439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/precompiled/selector.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ selectorPrecompiled:
A - 3 :JMPN(funcSHA256)
A - 4 :JMPN(revertPrecompiled) ;:JMPN(RIPEMD160)
A - 5 :JMPN(IDENTITY)
A - 6 :JMPN(funcModexp)
A - 6 :JMPN(revertPrecompiled) ;:JMPN(funcModexp)
A - 7 :JMPN(funcEcAdd)
A - 8 :JMPN(funcEcMul)
A - 9 :JMPN(funcEcPairing)
Expand Down

0 comments on commit 4019439

Please sign in to comment.