0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add internal mpz_product_ui. Update to mpz_get_uv, mpz_get_iv, mpz_set_iv. More... over 1 year ago
Add prime_iterator_init() More... over 1 year ago
UV / ui revamp part 1 More... over 1 year ago
Quote some 64-bit numbers in test results More... over 1 year ago
Add some composites to catch some possible primality proof errors More... over 1 year ago
Use smaller lucas_sequence overflow test on 32-bit Perl. Github #41. More... over 1 year ago
Allow spelling release test to pass '0-th' More... over 1 year ago
powreal and rootreal return undef if they cannot return a proper real result. Resolves #26. More... over 1 year ago
Rewrite much of the BLS75 code. Slightly faster. Found various issues especially with N+1. Did not impact ECPP. Resolves #22. More... over 1 year ago
Add is_qr(a,n) function and update doc for kronecker. Resolves #32. More... over 1 year ago
Documentation updates More... over 1 year ago
Fix error in small ranged prime_count. Resolves #33. More... over 1 year ago
Use unsigned for omega and bigomega More... over 1 year ago
Performance updates for znorder. Resolves #38. More... over 1 year ago
is_pseudoprime, is_euler_pseudoprime, is_strong_pseudoprime change for small inputs. Clarify behavior in docs. Add xt test. Resolves #36. More... over 1 year ago
Use random bases in is_carmichael. Resolves #34. More... over 1 year ago
Initialize f in pbrent_factor. Resolves #35. More... over 1 year ago
Add cheb_factor, unexported. Resolves Github #18. More... over 1 year ago
More efficient jordan_totient with many small factors More... over 1 year ago
More efficient and deeper trial factoring, especially with repeated small factors. More... over 1 year ago
Add is_divisible and is_congruent More... over 1 year ago
Move sqrtmod out of utility.c and into new rootmod.c. sqrtmod works for composites. More... over 1 year ago
Add muladdmod and mulsubmod More... over 1 year ago
new lucasvmod, and tests for lucasuv and lucasuvmod More... over 1 year ago
lucas_sequence calls lucasuvmod, much code removed. More... over 1 year ago
Move Lucas sequence code out of primality.c into new file lucas_seq.c More... over 1 year ago
New version of lucasuvmod function More... over 1 year ago
Add lucasuv and lucasuvmod though not performant yet. More... over 1 year ago
lucasu and lucasv take bigint P,Q. Add lucasumod and lucasvmod, though not performant yet. More... over 1 year ago
Fix an issue with a large IV P overflowing in lucas_sequence More... over 1 year ago