Releases: JacoMalan1/strain
Releases · JacoMalan1/strain
Version 0.1.2
Changelog
Update dependencies in Cargo.lock
Version 0.1.1
Changelog
- Bump gmp-mpfr-sys from 1.6.2 to 1.6.4 by @dependabot in #5
- Bump log from 0.4.21 to 0.4.22 by @dependabot in #3
- Bump clap from 4.5.4 to 4.5.9 by @dependabot in #4
Full Changelog: 0.1.0...0.1.1
Version 0.1.0
Changelog
- Added the ability to pick a modulus for the RSA stress-testing strategy.
Version 0.0.6
Changelog
- Added command-line options for piping log to a file.
Version 0.0.5
Changelog
- Added RSA stress-testing strategy. This strategy attempts to factor RSA-1536 using Fermat factorization. (This is not a good strategy for factoring RSA-1536, but it will certainly stress the processor).
Version 0.0.4
Changelog
- Changed the project license to GPLv3.
Version 0.0.3
Changelog
- Added Mandelbrot testing strategy which calculates the members of the Mandelbrot set.
- Added command-line option for specifying number of worker threads.
Version 0.0.2
Changelog
- Added basic command line arguments.
Version 0.0.1
Added license for cargo-publish