aboutsummaryrefslogtreecommitdiff
path: root/benches/hashrate_16_hmac.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change HMAC benchmark.Andreas Grois2023-01-201-29/+9
| | | | | This version gives more attention to the relevant details, namely how HMAC performs under different key lengths.
* Add benchmark for HMAC code.Andreas Grois2023-01-201-0/+73
Also, simplify the function a bit. It's faster this way, even though there's an additional unconditional collect() call now.