aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/hmac.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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