diff options
| author | RyuaNerin | 2025-12-04 01:52:54 +0900 |
|---|---|---|
| committer | GitHub | 2025-12-03 17:52:54 +0100 |
| commit | e38e67d9f3b6eb9bcca9e0d0fbf4767c319ef46c (patch) | |
| tree | ef9aecb8f1e7b57f7f03eb019d13bfaf1c90bb9f | |
| parent | dc8f1b7ae03fb21c6709e0da2e4fabf1203804b6 (diff) | |
| download | std-curves-e38e67d9f3b6eb9bcca9e0d0fbf4767c319ef46c.tar.gz std-curves-e38e67d9f3b6eb9bcca9e0d0fbf4767c319ef46c.tar.zst std-curves-e38e67d9f3b6eb9bcca9e0d0fbf4767c319ef46c.zip | |
Fix incorrect parameter in other/SSC-192 (#27)
| -rw-r--r-- | other/curves.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/curves.json b/other/curves.json index 3539de8..8656e0e 100644 --- a/other/curves.json +++ b/other/curves.json @@ -930,7 +930,7 @@ }, "params": { "a": { - "raw": "0xc302f41d932a36cda7a3463093d18db78fce476de1a86294" + "raw": "0xc90fdaa22168c234c4c6628b80dc1cd129024e088a67cd10" }, "b": { "raw": "0xadf85458a2bb4a9aafdc5620273d3cf1d8b9c583ce2d36a6" |
