aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Simplify HMAC function.v0.2.0Andreas Grois2023-01-201-2/+2
* Add unit tests for prefix-password-suffix combineAndreas Grois2023-01-191-0/+25
* Remove obsolete comment about base conversion.Andreas Grois2022-11-041-3/+0
* More Clippy lints.Andreas Grois2022-11-041-4/+14
* Merge branch 'main' into feature/heap-allocation-free-base-conversionAndreas Grois2022-10-221-3/+8
|\
| * Pre-Allocate resulting password.Andreas Grois2022-10-221-3/+8
* | Draft of iterative_conversion.Andreas Grois2022-10-181-27/+29
|/
* Minor: rename a functionAndreas Grois2022-10-121-2/+2
* Refactor base_conversion. Fix hmac byte bug.Andreas Grois2022-10-111-84/+45
* First draft of docs.Andreas Grois2022-10-091-6/+5
* Also add url_parsing to this crate.Andreas Grois2022-10-091-61/+5
* Initial Commit: PasswordMaker itself.Andreas Grois2022-10-091-0/+413