aboutsummaryrefslogtreecommitdiff
path: root/primes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'primes.txt')
-rw-r--r--primes.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/primes.txt b/primes.txt
index 9b48fb6bc..08306b820 100644
--- a/primes.txt
+++ b/primes.txt
@@ -84,9 +84,9 @@
# Montgomery-Friendly
-# 2^240*(2^16 - 88) - 1
-# 2^240*(2^14 - 127) - 1
-# 2^376*(2^8 - 79) - 1
-# 2^368*(2^14 - 5) - 1
-# 2^496*(2^16 - 491) - 1
-# 2^496*(2^14 - 290) - 1
+2^256 - 88*2^240 - 1
+2^254 - 127*2^240 - 1
+2^384 - 79*2^376 - 1
+2^384 - 5*2^368 - 1
+2^512 - 491*2^496 - 1
+2^510 - 290*2^496 - 1