aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e130m5
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/montgomery64_2e130m5')
-rw-r--r--src/Specific/montgomery64_2e130m5/CurveParameters.v2
-rwxr-xr-xsrc/Specific/montgomery64_2e130m5/compiler.sh2
-rwxr-xr-xsrc/Specific/montgomery64_2e130m5/compilerxx.sh2
-rwxr-xr-x[-rw-r--r--]src/Specific/montgomery64_2e130m5/py_interpreter.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Specific/montgomery64_2e130m5/CurveParameters.v b/src/Specific/montgomery64_2e130m5/CurveParameters.v
index 9cd4907c8..f4db6e74e 100644
--- a/src/Specific/montgomery64_2e130m5/CurveParameters.v
+++ b/src/Specific/montgomery64_2e130m5/CurveParameters.v
@@ -2,7 +2,7 @@ Require Import Crypto.Specific.Framework.RawCurveParameters.
Require Import Crypto.Util.LetIn.
(***
-Modulus : 2^130 - 5
+Modulus : 2^130 - 5
Base: 64
***)
diff --git a/src/Specific/montgomery64_2e130m5/compiler.sh b/src/Specific/montgomery64_2e130m5/compiler.sh
index b41ba10d0..1c11fc4cc 100755
--- a/src/Specific/montgomery64_2e130m5/compiler.sh
+++ b/src/Specific/montgomery64_2e130m5/compiler.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_limbs='3' -Da24_val='12345' -Dbitwidth='64' -Dq_mpz='(1_mpz<<130) - 5 ' -Dlimb_weight_gaps_array='{64,64,64}' -Da24_hex='0x3039' -Dmodulus_bytes_val='17' -Dmodulus_array='{0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb}' "$@"
+gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Dmodulus_limbs='3' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_bytes_val='17' -Dbitwidth='64' -Dmodulus_array='{0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb}' -Dq_mpz='(1_mpz<<130) - 5' -Dlimb_weight_gaps_array='{64,64,64}' "$@"
diff --git a/src/Specific/montgomery64_2e130m5/compilerxx.sh b/src/Specific/montgomery64_2e130m5/compilerxx.sh
index b6b66f598..a90475677 100755
--- a/src/Specific/montgomery64_2e130m5/compilerxx.sh
+++ b/src/Specific/montgomery64_2e130m5/compilerxx.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-g++ -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu++11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_limbs='3' -Da24_val='12345' -Dbitwidth='64' -Dq_mpz='(1_mpz<<130) - 5 ' -Dlimb_weight_gaps_array='{64,64,64}' -Da24_hex='0x3039' -Dmodulus_bytes_val='17' -Dmodulus_array='{0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb}' "$@"
+g++ -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu++11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Dmodulus_limbs='3' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_bytes_val='17' -Dbitwidth='64' -Dmodulus_array='{0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb}' -Dq_mpz='(1_mpz<<130) - 5' -Dlimb_weight_gaps_array='{64,64,64}' "$@"
diff --git a/src/Specific/montgomery64_2e130m5/py_interpreter.sh b/src/Specific/montgomery64_2e130m5/py_interpreter.sh
index e688b60a5..9db7098ab 100644..100755
--- a/src/Specific/montgomery64_2e130m5/py_interpreter.sh
+++ b/src/Specific/montgomery64_2e130m5/py_interpreter.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-/usr/bin/env python3 "$@" -Dq='2**130 - 5 ' -Dmodulus_bytes='64' -Da24='121665'
+/usr/bin/env python3 "$@" -Dq='2**130 - 5' -Dmodulus_bytes='64' -Da24='121665'