Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify HMAC function.v0.2.0 | Andreas Grois | 2023-01-20 | 1 | -2/+2 |
* | Add unit tests for prefix-password-suffix combine | Andreas Grois | 2023-01-19 | 1 | -0/+25 |
* | Remove obsolete comment about base conversion. | Andreas Grois | 2022-11-04 | 1 | -3/+0 |
* | More Clippy lints. | Andreas Grois | 2022-11-04 | 1 | -4/+14 |
* | Merge branch 'main' into feature/heap-allocation-free-base-conversion | Andreas Grois | 2022-10-22 | 1 | -3/+8 |
|\ | |||||
| * | Pre-Allocate resulting password. | Andreas Grois | 2022-10-22 | 1 | -3/+8 |
* | | Draft of iterative_conversion. | Andreas Grois | 2022-10-18 | 1 | -27/+29 |
|/ | |||||
* | Minor: rename a function | Andreas Grois | 2022-10-12 | 1 | -2/+2 |
* | Refactor base_conversion. Fix hmac byte bug. | Andreas Grois | 2022-10-11 | 1 | -84/+45 |
* | First draft of docs. | Andreas Grois | 2022-10-09 | 1 | -6/+5 |
* | Also add url_parsing to this crate. | Andreas Grois | 2022-10-09 | 1 | -61/+5 |
* | Initial Commit: PasswordMaker itself. | Andreas Grois | 2022-10-09 | 1 | -0/+413 |