diff options
author | Andreas Grois <andi@grois.info> | 2023-01-20 00:16:57 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2023-01-20 00:16:57 +0100 |
commit | ad1c6728521a2a89ee790cd12baaea73aa6041a2 (patch) | |
tree | 78078875d0168f69aa51e596bcd073c5b93b943f /Cargo.toml | |
parent | 26b9bc316d8db76b7840f5598877590310a9f49f (diff) |
Add benchmark for HMAC code.
Also, simplify the function a bit. It's faster this way, even though
there's an additional unconditional collect() call now.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,5 +46,9 @@ name = "hashrate_16" harness = false [[bench]] +name = "hashrate_16_hmac" +harness = false + +[[bench]] name = "leet" harness = false |