diff options
author | jadep <jade.philipoom@gmail.com> | 2017-11-10 11:58:03 -0500 |
---|---|---|
committer | jadep <jade.philipoom@gmail.com> | 2017-11-12 14:46:30 -0500 |
commit | 5dd6d684b83d4f01fee033bc89a1edc5ec74e3fb (patch) | |
tree | 679ef30b3507b4518fd2c97d5232042710635a8b /src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json | |
parent | b104d505f330e4330a23f86890612d9039500462 (diff) |
changes to parameter-generation script
Diffstat (limited to 'src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json')
-rw-r--r-- | src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json b/src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json deleted file mode 100644 index 0b63c5d8d..000000000 --- a/src/Specific/CurveParameters/solinas64_2e384m2e128m2e96p2e32m1.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "base": "48", - "bitwidth": 64, - "carry_chains": [ - [ - 1, - 1, - 7, - 7 - ], - [ - 2, - 0, - 3, - 1, - 4, - 5, - 6, - 7 - ], - [ - 2, - 2, - 0, - 0 - ] - ], - "coef_div_modulus": "2", - "compiler": "clang -fbracket-depth=999999 -march=native -mtune=native -std=gnu11 -O3 -flto -fuse-ld=lld -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dbitwidth='64' -Dlimb_weight_gaps_array='{48,48,48,48,48,48,48,48}' -Dmodulus_array='{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,0xfe,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff}' -Dmodulus_bytes_val='48' -Dmodulus_limbs='8' -Dq_mpz='(1_mpz<<384) - (1_mpz<<128) - (1_mpz<<96) + (1_mpz<<32) - 1'", - "compilerxx": "clang++ -fbracket-depth=999999 -march=native -mtune=native -std=gnu++11 -O3 -flto -fuse-ld=lld -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dbitwidth='64' -Dlimb_weight_gaps_array='{48,48,48,48,48,48,48,48}' -Dmodulus_array='{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,0xfe,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff}' -Dmodulus_bytes_val='48' -Dmodulus_limbs='8' -Dq_mpz='(1_mpz<<384) - (1_mpz<<128) - (1_mpz<<96) + (1_mpz<<32) - 1'", - "modulus": "2^384 - 2^128 - 2^96 + 2^32 - 1", - "operations": [ - "femul", - "feadd", - "fesub", - "fesquare", - "freeze" - ], - "sz": "8" -} |