Skip to content

Commit

Permalink
ras
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzogentile404 committed Feb 18, 2025
1 parent ec1befb commit 440bdf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void lowGasStipendPrecompileCallTest(

// Prepare the arguments for the different precompile calls
if (precompileAddress == BLAKE2B_F_COMPRESSION) {
rLeadingByte = modexpCostGT200OrBlake2fRoundsGT0 ? 0 : 0x12;
rLeadingByte = modexpCostGT200OrBlake2fRoundsGT0 ? 0x12 : 0;
r = rLeadingByte << 8;
callDataSize = PRC_BLAKE2F_SIZE;
prepareBlake2F(program, rLeadingByte, callDataOffset);
Expand Down

0 comments on commit 440bdf9

Please sign in to comment.