From d6fc40ce9540900da91c0ac815cd4399dcd84658 Mon Sep 17 00:00:00 2001 From: jadep Date: Mon, 16 Oct 2017 11:46:03 -0400 Subject: bugfixes from messy rebase; remade json files --- .../CurveParameters/solinas32_2e448m2e224m1.json | 31 ++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'src/Specific/CurveParameters/solinas32_2e448m2e224m1.json') diff --git a/src/Specific/CurveParameters/solinas32_2e448m2e224m1.json b/src/Specific/CurveParameters/solinas32_2e448m2e224m1.json index 2298300c4..85efceaad 100644 --- a/src/Specific/CurveParameters/solinas32_2e448m2e224m1.json +++ b/src/Specific/CurveParameters/solinas32_2e448m2e224m1.json @@ -1,7 +1,34 @@ { - "base": "28", + "base": "28.0", "bitwidth": 32, - "carry_chains": "default", + "carry_chains": [ + [ + 7, + 15 + ], + [ + 8, + 0, + 9, + 1, + 10, + 2, + 11, + 3, + 12, + 4, + 13, + 5, + 14, + 6, + 15, + 7 + ], + [ + 8, + 0 + ] + ], "coef_div_modulus": "2", "compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes", "goldilocks": true, -- cgit v1.2.3