Skip to content

Commit

Permalink
refactoring typo in test vs gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 6, 2023
1 parent 1cbe409 commit da48115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/math_arbitrary_precision/t_bigints_powmod_vs_gmp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ proc test(rng: var RngState) =

let
aBits = a.getBits_LE_vartime()
eBits = e.getBits_LE_vartime()
eBits = e.getBits_BE_vartime()
mBits = M.getBits_LE_vartime()

rCtt.powMod_vartime(a, e, M, window = 4)
Expand Down

0 comments on commit da48115

Please sign in to comment.