diff options
| author | J08nY | 2020-10-14 14:29:38 +0200 |
|---|---|---|
| committer | J08nY | 2020-10-14 14:29:38 +0200 |
| commit | 5875747dc09fd6640051c194f8b48d11b207b0fb (patch) | |
| tree | e0099861d748efc40e417ba7d8db9b9ec0d5a190 | |
| parent | 494b657bd26d1f2dae1afd7a37738cb1ec57c5e2 (diff) | |
| download | std-curves-5875747dc09fd6640051c194f8b48d11b207b0fb.tar.gz std-curves-5875747dc09fd6640051c194f8b48d11b207b0fb.tar.zst std-curves-5875747dc09fd6640051c194f8b48d11b207b0fb.zip | |
Fix JubJub curve.
| -rw-r--r-- | other/curves.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/other/curves.json b/other/curves.json index 7a8fe99..e69ef99 100644 --- a/other/curves.json +++ b/other/curves.json @@ -1100,10 +1100,10 @@ }, "generator": { "x": { - "raw": "" + "raw": "0x40000000000000000000000000000000038aa1276c3f59b9a14064e200000000" }, "y": { - "raw": "" + "raw": "0x02" } }, "order": "0x40000000000000000000000000000000038aa127696286c9842cafd400000001", @@ -1130,10 +1130,10 @@ }, "generator": { "x": { - "raw": "" + "raw": "0x40000000000000000000000000000000038aa127696286c9842cafd400000000" }, "y": { - "raw": "" + "raw": "0x02" } }, "order": "0x40000000000000000000000000000000038aa1276c3f59b9a14064e200000001", @@ -1160,14 +1160,14 @@ }, "generator": { "x": { - "raw": "" + "raw": "0x11dafe5d23e1218086a365b99fbf3d3be72f6afd7d1f72623e6b071492d1122b" }, "y": { - "raw": "" + "raw": "0x1d523cf1ddab1a1793132e78c866c0c33e26ba5cc220fed7cc3f870e59d292aa" } }, "order": "0xe7db4ea6533afa906673b0101343b00a6682093ccc81082d0970e5ed6f72cb7", - "cofactor": "0x01" + "cofactor": "0x08" } ] } |
