diff options
| author | VladaSedlacek | 2021-02-21 19:01:31 +0100 |
|---|---|---|
| committer | GitHub | 2021-02-21 19:01:31 +0100 |
| commit | 722a841150ad200404545a558be4b2dc177ba3b7 (patch) | |
| tree | a81b187b7d0e55f473b826697ef001af8e4f7a89 | |
| parent | 9bc2b5e822c180c7e833d1b95f9367669b2a9121 (diff) | |
| download | std-curves-722a841150ad200404545a558be4b2dc177ba3b7.tar.gz std-curves-722a841150ad200404545a558be4b2dc177ba3b7.tar.zst std-curves-722a841150ad200404545a558be4b2dc177ba3b7.zip | |
Fix y-coords of M-383 and M-511 generators. (#13)
Co-authored-by: Vladimír Sedláček <vlada.sedlacek@mail.muni.cz>
| -rw-r--r-- | other/curves.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/curves.json b/other/curves.json index f8e7a89..268efa7 100644 --- a/other/curves.json +++ b/other/curves.json @@ -54,7 +54,7 @@ "raw": "0x0c" }, "y": { - "raw": "0x11b9b5ac" + "raw": "0x1ec7ed04aaf834af310e304b2da0f328e7c165f0e8988abd3992861290f617aa1f1b2e7d0b6e332e969991b62555e77e" } }, "order": "0x10000000000000000000000000000000000000000000000006C79673AC36BA6E7A32576F7B1B249E46BBC225BE9071D7", @@ -83,7 +83,7 @@ "raw": "0x05" }, "y": { - "raw": "0xca5918" + "raw": "0x2fbdc0ad8530803d28fdbad354bb488d32399ac1cf8f6e01ee3f96389b90c809422b9429e8a43dbf49308ac4455940abe9f1dbca542093a895e30a64af056fa5" } }, "order": "0x100000000000000000000000000000000000000000000000000000000000000017B5FEFF30C7F5677AB2AEEBD13779A2AC125042A6AA10BFA54C15BAB76BAF1B", |
