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 --- .../CurveParameters/solinas32_2e216m2e108m1.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/Specific/CurveParameters/solinas32_2e216m2e108m1.json') diff --git a/src/Specific/CurveParameters/solinas32_2e216m2e108m1.json b/src/Specific/CurveParameters/solinas32_2e216m2e108m1.json index 570cee185..2f3061743 100644 --- a/src/Specific/CurveParameters/solinas32_2e216m2e108m1.json +++ b/src/Specific/CurveParameters/solinas32_2e216m2e108m1.json @@ -1 +1,15 @@ -{"operations": ["femul", "fesquare", "freeze"], "sz": "8", "base": "27", "goldilocks": true, "bitwidth": 32, "coef_div_modulus": "2", "modulus": "2^216 - 2^108 - 1", "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": "27", + "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", + "goldilocks": true, + "modulus": "2^216 - 2^108 - 1", + "operations": [ + "femul", + "fesquare", + "freeze" + ], + "sz": "8" +} -- cgit v1.2.3