aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math')
-rw-r--r--src/lib/math/numbertheory/pow_mod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/pow_mod.cpp b/src/lib/math/numbertheory/pow_mod.cpp
index 1a03767b8..00917a5f9 100644
--- a/src/lib/math/numbertheory/pow_mod.cpp
+++ b/src/lib/math/numbertheory/pow_mod.cpp
@@ -107,7 +107,7 @@ size_t Power_Mod::window_bits(size_t exp_bits, size_t,
{ 539, 6 },
{ 197, 4 },
{ 70, 3 },
- { 25, 2 },
+ { 17, 2 },
{ 0, 0 }
};