aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into feature/heap-allocation-free-base-conversionAndreas Grois2022-10-201-2/+14
|\
| * Group Benchmarks, and make parameters more sane.Andreas Grois2022-10-201-2/+14
| | | | | | | | | | | | | | | | The previous parameters for benchmarks were based on gut-feeling. Now each hash-length has 3 benchmarks: - Typical is a typical user input - Max Divisions is a full generate_password_part run - Worst Case is the worst user input possible: Base 2.
* | Add many-numbers test for long division.Andreas Grois2022-10-191-0/+2
|/
* Add simple benchmarks.Andreas Grois2022-10-131-1/+6
| | | | As preparation for an eventual rewrite of the base conversion code.
* Add first integration test.Andreas Grois2022-10-091-1/+7
|
* Initial Commit: PasswordMaker itself.Andreas Grois2022-10-091-0/+19
It's compiling, and the public interface is semi-OK now. The internals are still a bit gory, but they'll likely see an iteartion later on anyhow.