aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bump version.HEADmasterJ08nY2024-12-031-2/+2
|
* Add KSS curve generation.J08nY2024-12-017-55/+101
|
* Add curve family generation.J08nY2024-12-0113-14/+359
|
* Handle the cases found by unused options.J08nY2024-11-306-1/+41
|
* Add best-effort warnings for ignored CLI options.J08nY2024-11-306-20/+209
|
* Silence criterion build.J08nY2024-11-292-51/+15
|
* Fix metadata generation for supersingular curve.J08nY2024-11-292-1/+4
| | | | Embedding degree was failing, so defined it to 0?
* Implement NUMS curve generation (somewhat).J08nY2023-10-147-10/+212
| | | | Fixes #20.
* Add option to generate smooth order curves.J08nY2023-05-125-1/+58
|
* Fix #17.J08nY2022-12-072-2/+5
|
* Fix #15.J08nY2022-08-211-1/+1
|
* Bump version.J08nY2021-09-232-5/+4
|
* Fixed build on macOS via posix-macos-addonsKirill A. Korinsky2021-09-222-4/+16
| | | | | | | 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.J08nY2021-04-221-3/+3
|
* Fix CM-discriminant and conductor computation.J08nY2021-04-221-4/+4
|
* Use custom variables in Makefiles.J08nY2021-04-101-14/+14
| | | | Fixes #10.
* Bump version.J08nY2021-04-101-2/+2
|
* Fix compat pari version check.J08nY2021-01-091-2/+8
|
* Add compat layer for pari versions.J08nY2021-01-072-0/+22
| | | | Fixes #8.
* Fix builds with makefile.J08nY2020-11-294-6/+10
|
* Add conductor computation.J08nY2019-08-025-8/+23
|
* Fix LTO.J08nY2019-04-031-2/+2
|
* Enable LTO.J08nY2019-03-261-1/+1
|
* Fix point generation log.J08nY2019-03-072-3/+1
|
* Fix threaded invalid curve generation.J08nY2019-03-072-13/+26
|
* Bump version.0.7.3J08nY2018-11-271-2/+2
|
* Add option to build ecgen with PARI linked statically.J08nY2018-07-161-1/+9
|
* Add git commit to built binary.J08nY2018-07-132-1/+15
|
* Check size of requested CM order when generating.J08nY2018-07-131-0/+8
|
* Fix Travis coverage.J08nY2018-07-121-1/+1
|
* Add option to specify order by factors.J08nY2018-07-128-28/+162
|
* Fix Travis.J08nY2018-07-106-68/+4
|
* Do not leak memory in hex check.J08nY2018-07-091-2/+1
|
* Use exhaustive generation of some params in CM generation.J08nY2018-07-0914-102/+284
|
* Cleanup cm_prime curve construction.J08nY2018-07-072-49/+17
|
* Implement complex multiplication even for composite order curves.J08nY2018-07-076-76/+331
|
* Bump version.0.7.2J08nY2018-07-041-2/+2
|
* Fix computation of embedding degree.J08nY2018-07-042-3/+3
|
* Fix setting --points=none.J08nY2018-07-042-7/+4
|
* Fix some edge cases of supersingular generation method.J08nY2018-07-023-10/+17
|
* Add method for generating supersingular curves.J08nY2018-07-025-40/+128
|
* Fix generating points on subgroup of order 2.J08nY2018-07-021-4/+11
|
* Print PARI debugging stuff on DEBUG=1.J08nY2018-07-011-0/+4
|
* Add util directory and jq script to transform into CSV.J08nY2018-06-307-17/+18
|
* Fix discriminant check.J08nY2018-06-301-19/+2
|
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-309-2/+128
|
* Add check that bits in argument are indeed a number.J08nY2018-06-281-1/+5
|
* Bump version.0.7.1J08nY2018-04-301-2/+2
|
* Fix PARI stack leak in custom CM method.J08nY2018-04-222-8/+9
|
* Bump version.0.7.0J08nY2018-04-102-3/+3
|