- Bug in Fermat's factorization method (factors found by this method are not necessarily prime factors)
- Set max number of Fermat's factorization rounds to three (previously five)
- Minor code refactoring wrt. wheel and trial division factorization methods
- Documentation
- Clippy uninlined-format-args warnings
- Default thread count when running elliptic curve factorization
- Documentation
- Keywords in Cargo.toml
- Explicit derefs removed when auto-deref possible
- Documentation
- Disable overflow-checks in dev mode by default
- Version number CLI argument
- Set 0^0 to equal 1
- Optimize elliptic-curve computations (Montgomery ladder)
- Documentation
- Benchmarking
- itertools crate
- Licence link in README
- Documentation
- Everything