From a4e1532cc3f107331099acd6bf3023e7459b01ee Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 2 Nov 2017 03:31:47 -0400 Subject: python3 generate_parameters.py primes.txt; pushd src/Specific/CurveParameters/; ./remake_curves.sh -f; popd --- src/Specific/solinas32_2e384m79x2e376m1/compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Specific/solinas32_2e384m79x2e376m1/compiler.sh') diff --git a/src/Specific/solinas32_2e384m79x2e376m1/compiler.sh b/src/Specific/solinas32_2e384m79x2e376m1/compiler.sh index a861e9762..b0fe090ef 100755 --- a/src/Specific/solinas32_2e384m79x2e376m1/compiler.sh +++ b/src/Specific/solinas32_2e384m79x2e376m1/compiler.sh @@ -1,4 +1,4 @@ #!/bin/sh set -eu -gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Dq_mpz='(1_mpz<<384) - 79*(1_mpz<<376) - 1' -Dmodulus_bytes_val='24' "$@" +gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Dq_mpz='(1_mpz<<384) - 79*(1_mpz<<376) - 1' -Dmodulus_bytes_val='24' -Dmodulus_array='{0xb0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff}' "$@" -- cgit v1.2.3