| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version.HEADmaster | J08nY | 2024-12-03 | 2 | -3/+3 |
| | | |||||
| * | Add KSS curve generation. | J08nY | 2024-12-01 | 10 | -60/+114 |
| | | |||||
| * | Add curve family generation. | J08nY | 2024-12-01 | 15 | -15/+374 |
| | | |||||
| * | Handle the cases found by unused options. | J08nY | 2024-11-30 | 7 | -3/+43 |
| | | |||||
| * | Use Ubuntu 24.04 in CI. | J08nY | 2024-11-30 | 2 | -2/+2 |
| | | |||||
| * | Add best-effort warnings for ignored CLI options. | J08nY | 2024-11-30 | 8 | -23/+225 |
| | | |||||
| * | Silence criterion build. | J08nY | 2024-11-29 | 5 | -55/+19 |
| | | |||||
| * | Use meson in CI (for Criterion). | J08nY | 2024-11-29 | 2 | -4/+2 |
| | | |||||
| * | Use libpari from Ubuntu in CI. | J08nY | 2024-11-29 | 2 | -33/+11 |
| | | |||||
| * | Bump criterion (uses meson now). | J08nY | 2024-11-29 | 3 | -9/+7 |
| | | |||||
| * | Use own fork of JSON.sh to clean up the tests. | J08nY | 2024-11-29 | 4 | -99/+99 |
| | | |||||
| * | Add test for generating supersingular curves with chosen prime. | J08nY | 2024-11-29 | 3 | -0/+4 |
| | | |||||
| * | Fix metadata generation for supersingular curve. | J08nY | 2024-11-29 | 2 | -1/+4 |
| | | | | | Embedding degree was failing, so defined it to 0? | ||||
| * | Add note about giving factors in ORDER argument to README. | J08nY | 2024-01-02 | 1 | -1/+22 |
| | | |||||
| * | Add basic test for NUMS. | J08nY | 2023-10-14 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #22 from J08nY/feat/nums | Ján Jančár | 2023-10-14 | 10 | -22/+226 |
| |\ | | | | | Implement NUMS curve generation (somewhat). | ||||
| | * | Bump Pari geps in CI. | J08nY | 2023-10-14 | 2 | -12/+12 |
| | | | |||||
| | * | Implement NUMS curve generation (somewhat). | J08nY | 2023-10-14 | 8 | -10/+214 |
| |/ | | | | Fixes #20. | ||||
| * | Fix test. | J08nY | 2023-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix CI pari versions. | J08nY | 2023-05-12 | 2 | -12/+12 |
| | | |||||
| * | Add option to generate smooth order curves. | J08nY | 2023-05-12 | 7 | -1/+61 |
| | | |||||
| * | Merge pull request #18 from J08nY/fix/bump-libs | Ján Jančár | 2022-12-07 | 4 | -18/+21 |
| |\ | | | | | Bump stuff to fix linking issues | ||||
| | * | Fix #17. | J08nY | 2022-12-07 | 2 | -2/+5 |
| | | | |||||
| | * | Bump CI library versions. | J08nY | 2022-12-07 | 2 | -16/+16 |
| |/ | |||||
| * | Fix #15. | J08nY | 2022-08-21 | 1 | -1/+1 |
| | | |||||
| * | Bump version. | J08nY | 2021-09-23 | 3 | -6/+5 |
| | | |||||
| * | Fix release workflow name. | J08nY | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #13 from catap/macOS | Ján Jančár | 2021-09-23 | 4 | -5/+28 |
| |\ | | | | | Fixed build on macOS via posix-macos-addons | ||||
| | * | Fixed build on macOS via posix-macos-addons | Kirill A. Korinsky | 2021-09-22 | 4 | -5/+28 |
| |/ | | | | | | | This commit introduced support of macOS by using [posix-macos-addons](https://github.com/stanislaw/posix-macos-addons). Closes: https://github.com/J08nY/ecgen/issues/7 | ||||
| * | Bump version. | J08nY | 2021-04-22 | 2 | -4/+4 |
| | | |||||
| * | Merge branch 'feat/gh-actions' | J08nY | 2021-04-22 | 4 | -62/+120 |
| |\ | |||||
| | * | Add Release workflow. | J08nY | 2021-04-22 | 1 | -0/+39 |
| | | | |||||
| | * | Remove Travis CI. | J08nY | 2021-04-22 | 2 | -62/+37 |
| | | | |||||
| | * | Add Test github workflow. | J08nY | 2021-04-22 | 1 | -0/+44 |
| |/ | |||||
| * | Fix CM-discriminant and conductor computation. | J08nY | 2021-04-22 | 1 | -4/+4 |
| | | |||||
| * | Disable Travis release after the codecov breach. | J08nY | 2021-04-16 | 1 | -9/+1 |
| | | |||||
| * | Test the presence of submodules when running tests. | J08nY | 2021-04-10 | 5 | -3/+30 |
| | | | | | Fixes #11. | ||||
| * | Use custom variables in Makefiles. | J08nY | 2021-04-10 | 6 | -42/+36 |
| | | | | | Fixes #10. | ||||
| * | Bump version. | J08nY | 2021-04-10 | 3 | -7/+7 |
| | | |||||
| * | Fix compat pari version check. | J08nY | 2021-01-09 | 1 | -2/+8 |
| | | |||||
| * | Add compat layer for pari versions. | J08nY | 2021-01-07 | 2 | -0/+22 |
| | | | | | Fixes #8. | ||||
| * | Fix Travis and update deps. | J08nY | 2020-11-29 | 1 | -26/+16 |
| | | |||||
| * | Fix builds with makefile. | J08nY | 2020-11-29 | 7 | -12/+16 |
| | | |||||
| * | Add logo. | J08nY | 2020-08-09 | 3 | -1/+3 |
| | | |||||
| * | Add conductor computation. | J08nY | 2019-08-02 | 5 | -8/+23 |
| | | |||||
| * | Fix LTO. | J08nY | 2019-04-03 | 2 | -5/+7 |
| | | |||||
| * | Enable LTO. | J08nY | 2019-03-26 | 3 | -3/+3 |
| | | |||||
| * | Fix point generation log. | J08nY | 2019-03-07 | 2 | -3/+1 |
| | | |||||
| * | Fix threaded invalid curve generation. | J08nY | 2019-03-07 | 2 | -13/+26 |
| | | |||||
| * | Bump version.0.7.3 | J08nY | 2018-11-27 | 2 | -3/+3 |
| | | |||||
