aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/hmac.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify HMAC function.v0.2.0Andreas Grois2023-01-201-15/+12
| | | | It's quite a bit faster, and easier to understand.
* Add benchmark for HMAC code.Andreas Grois2023-01-201-37/+5
| | | | | Also, simplify the function a bit. It's faster this way, even though there's an additional unconditional collect() call now.
* Also add url_parsing to this crate.Andreas Grois2022-10-091-0/+58