diff options
| author | J08nY | 2020-08-26 17:39:00 +0200 |
|---|---|---|
| committer | J08nY | 2020-08-26 17:39:00 +0200 |
| commit | d94f7b9e38af8318eda186e6d7acabea57b6d856 (patch) | |
| tree | 658548df2853df1a4ceba945220bbe18b4d6ab64 | |
| parent | 78ad4e4d36e5d7294af664daaeeb3db39901013e (diff) | |
| download | std-curves-d94f7b9e38af8318eda186e6d7acabea57b6d856.tar.gz std-curves-d94f7b9e38af8318eda186e6d7acabea57b6d856.tar.zst std-curves-d94f7b9e38af8318eda186e6d7acabea57b6d856.zip | |
Fix errors in ssc-192 and x963/ansip224r1.
| -rw-r--r-- | other/curves.json | 2 | ||||
| -rw-r--r-- | x963/curves.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/other/curves.json b/other/curves.json index 7482801..edcadfa 100644 --- a/other/curves.json +++ b/other/curves.json @@ -835,7 +835,7 @@ "oid": "", "field": { "type": "Prime", - "p": "0xc302f41d932a36cda7a3463093d18db78fce476de1a86297", + "p": "0xc90fdaa22168c234c4c6628b80dc1cd129024e088a67cd13", "bits": 192 }, "params": { diff --git a/x963/curves.json b/x963/curves.json index 02d2be1..2cfee51 100644 --- a/x963/curves.json +++ b/x963/curves.json @@ -898,10 +898,10 @@ }, "params": { "a": { - "raw": "0x03" + "raw": "0xfffffffffffffffffffffffffffffffefffffffffffffffffffffffe" }, "b": { - "raw": "0xb4050a850c04b3abf54132565044b0b7d7bfd8ba270b3943" + "raw": "0xb4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4" } }, "order": "0xffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c2a3d", |
