aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix test when params are negative.HEADdataJ08nY2025-12-031-8/+16
|
* Bump bitsize for oversized curves.J08nY2025-12-031-2/+7
|
* Fix Python setup in action.J08nY2025-12-031-1/+1
|
* Fix incorrect parameter in other/SSC-192 (#27)RyuaNerin2025-12-031-1/+1
|
* Rename runs.J08nY2025-12-032-4/+2
|
* Fix order check.J08nY2025-12-031-2/+2
|
* Add curve order validation in CI.J08nY2025-12-032-0/+131
| | | | This will hopefully avoid embarassing issues like: #27.
* Bump action.J08nY2025-12-031-4/+4
|
* Add Curve448.J08nY2024-08-271-0/+30
| | | | Fixes #24.
* Fix incorrect aliases. (#23)Carl Richard Theodor Schneider2024-01-022-1/+8
| | | Fixes #22
* Fix incorrect seeds. (#21)Vláďa Sedláček2023-10-121-2/+2
|
* Add Tom curves.J08nY2023-03-291-0/+71
| | | | Fixes #16.
* Add FourQ.J08nY2023-03-281-0/+46
| | | | Fixes #20.
* Add BLS12-377.J08nY2022-12-071-0/+29
| | | | Fix #18.
* Fix Ed448 and rename original one to Goldilocks.J08nY2022-06-211-0/+29
|
* Add more OIDs (#15)David Blevins2021-09-034-0/+41
| | | | | | | | | | | | | * OIDs for c2pnb176w1 c2pnb304W1 https://oidref.com/1.2.840.10045.3.0.4 https://oidref.com/1.2.840.10045.3.0.17 * OID for FRP256v1 http://www.oid-info.com/get/1.2.250.1.223.101.256.1 * Add the OID of the respective alias * Add OID for ansit163k1 http://oidref.com/1.3.132.0.1
* Bigger timeout for OID check.J08nY2021-09-031-1/+1
|
* Fix missing generators.J08nY2021-09-033-118/+38
|
* Add oid for secp256r1 (#14)David Blevins2021-08-291-0/+1
|
* Sync upstream changes.J08nY2021-08-057-17/+735
|
* Fix y-coords of M-383 and M-511 generators. (#13)VladaSedlacek2021-02-211-2/+2
| | | Co-authored-by: Vladimír Sedláček <vlada.sedlacek@mail.muni.cz>
* Fix vesta generator.J08nY2020-12-211-1/+1
|
* Add the Pasta curves.J08nY2020-12-161-0/+58
|
* Fix OIDs.J08nY2020-11-235-52/+7
|
* Add GitHub action to check OID values.J08nY2020-11-232-0/+52
|
* Fix the GOST JSON.J08nY2020-10-271-7/+7
|
* Move new curves to the file curves.json. (#11)TAnhMinh2020-10-271-3/+75
| | | | | | | | | | | * Add seeds * Add ANSSI seed. * Add SECG seeds. * Add another GOST curves. These are from RFC7836 * Move the new curves to the curves.json file and delete the file another_curves.json
* Add seeds for SECG, NIST and ANSSI curves. (#9)TAnhMinh2020-10-233-0/+15
| | | | | | | * Add seeds * Add ANSSI seed. * Add SECG seeds.
* Add license, update README.J08nY2020-10-183-236/+36
|
* Fix seed location in the curve JSON.J08nY2020-10-182-55/+96
|
* Add normal basis parameter.J08nY2020-10-171-0/+4
|
* Add three more x962 curves. (#6)VladaSedlacek2020-10-171-3/+456
| | | | | | | | | | | * Add three more x962 curves. * Add c2onb239v4, fix poly representation (orders still don't match). * Add seeds. * Remove 0x from the seed format. Co-authored-by: Vladimír Sedláček <vlada.sedlacek@mail.muni.cz>
* Add basis type parameter.J08nY2020-10-177-68/+140
|
* Fix JubJub curve.J08nY2020-10-141-7/+7
|
* Add Tweedle{dee,dum} curves and JubJub curve.J08nY2020-10-141-0/+90
|
* Reformat with jq.J08nY2020-10-1314-22/+24
|
* Minor fixes in the format to align with the schema.J08nY2020-10-133-5/+11
|
* Merge pull request #4 from VladaSedlacek/add-new-curvesJán Jančár2020-10-121-0/+236
|\ | | | | Add Oakley curves.
| * Add Oakley curves.Vladimír Sedláček2020-10-121-0/+236
| |
* | Merge pull request #3 from VladaSedlacek/add-new-curvesJán Jančár2020-10-091-0/+29
|\| | | | | Add Curve41417.
| * Add Curve41417.Vladimír Sedláček2020-10-091-0/+29
|/
* Merge pull request #2 from J08nY/fix-M-curvesJán Jančár2020-10-081-30/+17
|\ | | | | Fix M curves.
| * Fix M curves.J08nY2020-10-081-30/+17
|/
* Add a few other curves.J08nY2020-10-081-38/+64
|
* Fix schema.J08nY2020-10-051-9/+17
|
* Fix errors in ssc-192 and x963/ansip224r1.J08nY2020-08-262-3/+3
|
* Handle the GraphQL union situation better.J08nY2020-08-0814-748/+748
|
* Add indirection to field elements (for GraphQL type bs).J08nY2020-08-0815-1250/+3552
|
* Add support for extension field curves.J08nY2020-08-089-392/+569
|
* Fix Y coord for BLS12-446.J08nY2020-06-021-1/+1
|