diff options
| author | Ján Jančár | 2020-10-09 14:39:28 +0200 |
|---|---|---|
| committer | GitHub | 2020-10-09 14:39:28 +0200 |
| commit | 8289de244071969a2e95f1927a6b1ecddbee5137 (patch) | |
| tree | 3d3a645fb0ae79a1be1ad3ee7ab075000853f741 | |
| parent | f9bd29273094f541622e63258aa8914cfd64b5e6 (diff) | |
| parent | 189d7e1b339a9f863a007a1ed0dc0ce27080c34d (diff) | |
| download | std-curves-8289de244071969a2e95f1927a6b1ecddbee5137.tar.gz std-curves-8289de244071969a2e95f1927a6b1ecddbee5137.tar.zst std-curves-8289de244071969a2e95f1927a6b1ecddbee5137.zip | |
Merge pull request #3 from VladaSedlacek/add-new-curves
Add Curve41417.
| -rw-r--r-- | other/curves.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/other/curves.json b/other/curves.json index 8e0c357..3471793 100644 --- a/other/curves.json +++ b/other/curves.json @@ -420,6 +420,35 @@ "cofactor": "0x04" }, { + "name": "Curve41417", + "category": "other", + "desc": "Curve from https://cr.yp.to/talks/2013.09.16/slides-djb-20130916-a4.pdf", + "field": { + "type": "Prime", + "p": "0x3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffef", + "bits": 414 + }, + "form": "TwistedEdwards", + "params": { + "a": { + "raw": "0x01" + }, + "d": { + "raw": "0xe21" + } + }, + "generator": { + "x": { + "raw": "0x1a334905141443300218c0631c326e5fcd46369f44c03ec7f57ff35498a4ab4d6d6ba111301a73faa8537c64c4fd3812f3cbc595" + }, + "y": { + "raw": "0x22" + } + }, + "order": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffeb3cc92414cf706022b36f1c0338ad63cf181b0e71a5e106af79", + "cofactor": "0x08", + }, + { "name": "Fp254BNa", "category": "other", "desc": "Curve used in: https://eprint.iacr.org/2010/354.pdf", |
