aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add precomputed constants for common cases.Andreas Grois2022-10-231-0/+19
| | | | | | There are now 2 features that control the amount of precomputed constants. They can either be 0, 12, or 256. Most users will likely want to go with the 12, so this is the default feature.
* Add more password generation integration tests.Andreas Grois2022-10-121-0/+251
| | | | | A single test for each generation algorithm, and tests for prefix/suffix handling if there isn't enough space.
* Refactor base_conversion. Fix hmac byte bug.Andreas Grois2022-10-111-1/+98
| | | | | | | Moved the basis conversion into a submodule, to ease the upcoming rewrite. Add a couple of new integration tests. Fix a bug caused by misreading the PasswordMaker Pro HMAC code.
* Add first integration test.Andreas Grois2022-10-091-0/+76