Package Release Info

cm-0.4.2-bp156.1.6

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cm
cm-devel
libcm1

Change Logs

* Sat Jun 24 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.
Version: 0.4.0+gb2b8d4bd-bp155.1.9
* Sat Aug 27 2022 Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 0.4.0+gb2b8d4bd
  * Fix 32-bit testsuite run
* Thu Jun 16 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.
* Mon Sep 28 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")
* Thu Sep 17 2020 Jan Engelhardt <jengelh@inai.de>
- Initial package (version 0.3) for build.opensuse.org