aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/x25519_c64.json
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-06 15:12:37 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-10-18 23:01:29 -0400
commit10fa8d0422e7cf320753fd6304bcf79851489de6 (patch)
tree5a640d341896410223d01b5290e2c0179c4192ec /src/Specific/CurveParameters/x25519_c64.json
parent6e53b58204d6befd70d2413cfb1bfecaf0f4a73c (diff)
Default carry chains in json files
The default carry chain now makes sense to me, and seems like a very reasonable default value, so there's no need to specify the [0; 1] part at the end, I think.
Diffstat (limited to 'src/Specific/CurveParameters/x25519_c64.json')
-rw-r--r--src/Specific/CurveParameters/x25519_c64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/CurveParameters/x25519_c64.json b/src/Specific/CurveParameters/x25519_c64.json
index d65187d05..64bbb872e 100644
--- a/src/Specific/CurveParameters/x25519_c64.json
+++ b/src/Specific/CurveParameters/x25519_c64.json
@@ -4,7 +4,7 @@
"a24" : "121665",
"sz" : "5",
"bitwidth" : "64",
- "carry_chains" : ["default", ["0", "1"]],
+ "carry_chains" : "default",
"coef_div_modulus" : "2",
"operations" : ["femul", "fesquare", "freeze", "ladderstep"],
"extra_files" : ["X25519_C64/scalarmult.c"],