diff options
| author | Carl Richard Theodor Schneider | 2024-01-02 15:57:41 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-02 15:57:41 +0100 |
| commit | f43bfbf1b4d65bb6b7c2bf313ab63030629168b0 (patch) | |
| tree | b4b7c8b455cc8c463347f7c893416730f851756d | |
| parent | f62e1a01f43d74322d722ec37e691a0aa8f2eeb3 (diff) | |
| download | std-curves-f43bfbf1b4d65bb6b7c2bf313ab63030629168b0.tar.gz std-curves-f43bfbf1b4d65bb6b7c2bf313ab63030629168b0.tar.zst std-curves-f43bfbf1b4d65bb6b7c2bf313ab63030629168b0.zip | |
Fix incorrect aliases. (#23)
Fixes #22
| -rw-r--r-- | nist/curves.json | 4 | ||||
| -rw-r--r-- | x963/curves.json | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/nist/curves.json b/nist/curves.json index 22e09fd..8ed8713 100644 --- a/nist/curves.json +++ b/nist/curves.json @@ -342,7 +342,9 @@ "order": "0x04000000000000000000020108a2e0cc0d99f8a5ef", "cofactor": "0x2", "aliases": [ - "secg/sect163k1" + "secg/sect163k1", + "x963/ansit163k1", + "wtls/wap-wsg-idm-ecid-wtls3" ], "characteristics": { "discriminant": "1", diff --git a/x963/curves.json b/x963/curves.json index 3a778ed..921694a 100644 --- a/x963/curves.json +++ b/x963/curves.json @@ -46,6 +46,11 @@ }, "order": "0x04000000000000000000020108a2e0cc0d99f8a5ef", "cofactor": "0x2", + "aliases": [ + "secg/sect163k1", + "nist/k-163", + "wtls/wap-wsg-idm-ecid-wtls3" + ], "generator": { "x": { "raw": "0x02fe13c0537bbc11acaa07d793de4e6d5e5c94eee8" |
