Releases: patnashev/llr2
Releases · patnashev/llr2
v1.3.3
Stable release 1.3.3
- GWnum 30.11.
- Fixed bug in small FFT code which could lead to a prime erroneously reported as pseudoprime.
v1.3.2
Stable release 1.3.2
- GWnum 30.10.
- added 4M AVX-512 FFT.
- fixed bug in zero-padded FFTs for large c.
- added test cases with large c.
- Windows XP support in 32-bit version.
v1.3.0
Stable release 1.3.0
- GWnum 30.9.
- Better multithreading.
- Better handling of 48-bit k in Proth test.
- Better support of large c.
- Test cases with invalid data.
v1.2.0
Stable release 1.2.0
- GWnum version 30.7.
- Fixed checkpoint read/write issues for b!=2.
- Fixed base reduction in b!=2 deterministic tests.
- Unlimited expression length on command line.
- No attempt to factor b above certain size.
v1.1.0
Stable release 1.1.0
- Roots of unity check.
- Raw (unencrypted) certificate residue output.
- Adaptable Pietrzak VDF length for Proth test (no tail).
- Built-in testing system.
- Fixed bug in isLLR() when k is even.
- Fixed redundant FFT operations in b!=2 PRP.
- Fixed Proth test of GFNs.