From 0fb53abeca4000c538605875686a7a6f170968c9 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 16 Oct 2017 23:59:13 -0400 Subject: Add more json files --- .../solinas64_2e256m88x2e240m1.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/Specific/CurveParameters/solinas64_2e256m88x2e240m1.json (limited to 'src/Specific/CurveParameters/solinas64_2e256m88x2e240m1.json') diff --git a/src/Specific/CurveParameters/solinas64_2e256m88x2e240m1.json b/src/Specific/CurveParameters/solinas64_2e256m88x2e240m1.json new file mode 100644 index 000000000..b693a0318 --- /dev/null +++ b/src/Specific/CurveParameters/solinas64_2e256m88x2e240m1.json @@ -0,0 +1,30 @@ +{ + "base": "51.2", + "bitwidth": 64, + "carry_chains": [ + [ + 3, + 4 + ], + [ + 4, + 0, + 1, + 2, + 3 + ], + [ + 4, + 0 + ] + ], + "coef_div_modulus": "2", + "compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes", + "modulus": "2^256 - 88*2^240 - 1", + "operations": [ + "femul", + "fesquare", + "freeze" + ], + "sz": "5" +} -- cgit v1.2.3