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/solinas64_2e198m17.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/Specific/CurveParameters/solinas64_2e198m17.json') diff --git a/src/Specific/CurveParameters/solinas64_2e198m17.json b/src/Specific/CurveParameters/solinas64_2e198m17.json index e75464341..558db5007 100644 --- a/src/Specific/CurveParameters/solinas64_2e198m17.json +++ b/src/Specific/CurveParameters/solinas64_2e198m17.json @@ -1 +1,14 @@ -{"operations": ["femul", "fesquare", "freeze"], "sz": "6", "base": "33", "bitwidth": 64, "coef_div_modulus": "2", "modulus": "2^198 - 17", "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": "33", + "bitwidth": 64, + "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^198 - 17", + "operations": [ + "femul", + "fesquare", + "freeze" + ], + "sz": "6" +} -- cgit v1.2.3