| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test when params are negative.HEADdata | J08nY | 2025-12-03 | 1 | -8/+16 |
| | | |||||
| * | Bump bitsize for oversized curves. | J08nY | 2025-12-03 | 1 | -2/+7 |
| | | |||||
| * | Fix Python setup in action. | J08nY | 2025-12-03 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect parameter in other/SSC-192 (#27) | RyuaNerin | 2025-12-03 | 1 | -1/+1 |
| | | |||||
| * | Rename runs. | J08nY | 2025-12-03 | 2 | -4/+2 |
| | | |||||
| * | Fix order check. | J08nY | 2025-12-03 | 1 | -2/+2 |
| | | |||||
| * | Add curve order validation in CI. | J08nY | 2025-12-03 | 2 | -0/+131 |
| | | | | | This will hopefully avoid embarassing issues like: #27. | ||||
| * | Bump action. | J08nY | 2025-12-03 | 1 | -4/+4 |
| | | |||||
| * | Add Curve448. | J08nY | 2024-08-27 | 1 | -0/+30 |
| | | | | | Fixes #24. | ||||
| * | Fix incorrect aliases. (#23) | Carl Richard Theodor Schneider | 2024-01-02 | 2 | -1/+8 |
| | | | | Fixes #22 | ||||
| * | Fix incorrect seeds. (#21) | Vláďa Sedláček | 2023-10-12 | 1 | -2/+2 |
| | | |||||
| * | Add Tom curves. | J08nY | 2023-03-29 | 1 | -0/+71 |
| | | | | | Fixes #16. | ||||
| * | Add FourQ. | J08nY | 2023-03-28 | 1 | -0/+46 |
| | | | | | Fixes #20. | ||||
| * | Add BLS12-377. | J08nY | 2022-12-07 | 1 | -0/+29 |
| | | | | | Fix #18. | ||||
| * | Fix Ed448 and rename original one to Goldilocks. | J08nY | 2022-06-21 | 1 | -0/+29 |
| | | |||||
| * | Add more OIDs (#15) | David Blevins | 2021-09-03 | 4 | -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. | J08nY | 2021-09-03 | 1 | -1/+1 |
| | | |||||
| * | Fix missing generators. | J08nY | 2021-09-03 | 3 | -118/+38 |
| | | |||||
| * | Add oid for secp256r1 (#14) | David Blevins | 2021-08-29 | 1 | -0/+1 |
| | | |||||
| * | Sync upstream changes. | J08nY | 2021-08-05 | 7 | -17/+735 |
| | | |||||
| * | Fix y-coords of M-383 and M-511 generators. (#13) | VladaSedlacek | 2021-02-21 | 1 | -2/+2 |
| | | | | Co-authored-by: Vladimír Sedláček <vlada.sedlacek@mail.muni.cz> | ||||
| * | Fix vesta generator. | J08nY | 2020-12-21 | 1 | -1/+1 |
| | | |||||
| * | Add the Pasta curves. | J08nY | 2020-12-16 | 1 | -0/+58 |
| | | |||||
| * | Fix OIDs. | J08nY | 2020-11-23 | 5 | -52/+7 |
| | | |||||
| * | Add GitHub action to check OID values. | J08nY | 2020-11-23 | 2 | -0/+52 |
| | | |||||
| * | Fix the GOST JSON. | J08nY | 2020-10-27 | 1 | -7/+7 |
| | | |||||
| * | Move new curves to the file curves.json. (#11) | TAnhMinh | 2020-10-27 | 1 | -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) | TAnhMinh | 2020-10-23 | 3 | -0/+15 |
| | | | | | | | | * Add seeds * Add ANSSI seed. * Add SECG seeds. | ||||
| * | Add license, update README. | J08nY | 2020-10-18 | 3 | -236/+36 |
| | | |||||
| * | Fix seed location in the curve JSON. | J08nY | 2020-10-18 | 2 | -55/+96 |
| | | |||||
| * | Add normal basis parameter. | J08nY | 2020-10-17 | 1 | -0/+4 |
| | | |||||
| * | Add three more x962 curves. (#6) | VladaSedlacek | 2020-10-17 | 1 | -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. | J08nY | 2020-10-17 | 7 | -68/+140 |
| | | |||||
| * | Fix JubJub curve. | J08nY | 2020-10-14 | 1 | -7/+7 |
| | | |||||
| * | Add Tweedle{dee,dum} curves and JubJub curve. | J08nY | 2020-10-14 | 1 | -0/+90 |
| | | |||||
| * | Reformat with jq. | J08nY | 2020-10-13 | 14 | -22/+24 |
| | | |||||
| * | Minor fixes in the format to align with the schema. | J08nY | 2020-10-13 | 3 | -5/+11 |
| | | |||||
| * | Merge pull request #4 from VladaSedlacek/add-new-curves | Ján Jančár | 2020-10-12 | 1 | -0/+236 |
| |\ | | | | | Add Oakley curves. | ||||
| | * | Add Oakley curves. | Vladimír Sedláček | 2020-10-12 | 1 | -0/+236 |
| | | | |||||
| * | | Merge pull request #3 from VladaSedlacek/add-new-curves | Ján Jančár | 2020-10-09 | 1 | -0/+29 |
| |\| | | | | | Add Curve41417. | ||||
| | * | Add Curve41417. | Vladimír Sedláček | 2020-10-09 | 1 | -0/+29 |
| |/ | |||||
| * | Merge pull request #2 from J08nY/fix-M-curves | Ján Jančár | 2020-10-08 | 1 | -30/+17 |
| |\ | | | | | Fix M curves. | ||||
| | * | Fix M curves. | J08nY | 2020-10-08 | 1 | -30/+17 |
| |/ | |||||
| * | Add a few other curves. | J08nY | 2020-10-08 | 1 | -38/+64 |
| | | |||||
| * | Fix schema. | J08nY | 2020-10-05 | 1 | -9/+17 |
| | | |||||
| * | Fix errors in ssc-192 and x963/ansip224r1. | J08nY | 2020-08-26 | 2 | -3/+3 |
| | | |||||
| * | Handle the GraphQL union situation better. | J08nY | 2020-08-08 | 14 | -748/+748 |
| | | |||||
| * | Add indirection to field elements (for GraphQL type bs). | J08nY | 2020-08-08 | 15 | -1250/+3552 |
| | | |||||
| * | Add support for extension field curves. | J08nY | 2020-08-08 | 9 | -392/+569 |
| | | |||||
| * | Fix Y coord for BLS12-446. | J08nY | 2020-06-02 | 1 | -1/+1 |
| | | |||||
