Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change HMAC benchmark. | Andreas Grois | 2023-01-20 | 1 | -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 Grois | 2023-01-20 | 1 | -0/+73 |
Also, simplify the function a bit. It's faster this way, even though there's an additional unconditional collect() call now. |