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