2023-10-22 06:21:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 22 04:06:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Add flint3.diff to have the build succeed with flint-3.
|
|
|
|
|
2023-06-24 16:49:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 24 14:42:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.4.2
|
|
|
|
* When ECPP certificates are output to a file, a second file in
|
|
|
|
Primo format is created automatically.
|
|
|
|
* ECPP certificate creation uses class field towers
|
|
|
|
unconditionally.
|
|
|
|
* An optional primality test is carried out before starting ECPP.
|
|
|
|
* For larger numbers, the BPSW primality test of GMP is replaced
|
|
|
|
by a Miller-Rabin test to base 2.
|
|
|
|
* New command line options make it possible to compute only the
|
|
|
|
first or only the second phase.
|
|
|
|
* Phase 2 results are stored in any order as they come in, which
|
|
|
|
requires the file format to change. Checkpoint files ending in
|
|
|
|
.cert2 from previous releases are not compatible.
|
|
|
|
* Add an optional dependency on FLINT to speed up root finding
|
|
|
|
in the second ECPP phase.
|
|
|
|
|
2022-08-27 08:52:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 27 06:27:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to snapshot 0.4.0+gb2b8d4bd
|
|
|
|
* Fix 32-bit testsuite run
|
|
|
|
|
2022-06-17 01:42:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 16 21:20:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.4.0
|
|
|
|
* Add a decomposition of the class field into a tower of prime
|
|
|
|
degree extensions following the algorithm described in A.
|
|
|
|
Enge and F. Morain, Fast Decomposition of Polynomials with
|
|
|
|
Known Galois Group.
|
|
|
|
* Add an implementation of the fastECPP primality proving
|
|
|
|
algorithm, complete with a version running over MPI.
|
|
|
|
|
2020-09-28 22:34:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 28 19:46:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.3.1
|
|
|
|
* Correct a bug in computing powers of 2.
|
|
|
|
(fixed: "left shift count >= width of type")
|
|
|
|
|
2020-09-22 22:32:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 17 09:52:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Initial package (version 0.3) for build.opensuse.org
|