From 48b388b7fb3e866ded35aeb427535aff44a82025 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 14 Oct 2017 15:53:31 -0400 Subject: Prettier json file generation --- src/Specific/CurveParameters/solinas32_2e140m27.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/Specific/CurveParameters/solinas32_2e140m27.json') diff --git a/src/Specific/CurveParameters/solinas32_2e140m27.json b/src/Specific/CurveParameters/solinas32_2e140m27.json index b79999dbd..19dd861d3 100644 --- a/src/Specific/CurveParameters/solinas32_2e140m27.json +++ b/src/Specific/CurveParameters/solinas32_2e140m27.json @@ -1 +1,14 @@ -{"operations": ["femul", "fesquare", "freeze"], "sz": "7", "base": "20", "bitwidth": 32, "coef_div_modulus": "2", "modulus": "2^140 - 27", "carry_chains": "default", "compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes"} \ No newline at end of file +{ + "base": "20", + "bitwidth": 32, + "carry_chains": "default", + "coef_div_modulus": "2", + "compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes", + "modulus": "2^140 - 27", + "operations": [ + "femul", + "fesquare", + "freeze" + ], + "sz": "7" +} -- cgit v1.2.3