aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-20 00:16:57 +0100
committerAndreas Grois <andi@grois.info>2023-01-20 00:16:57 +0100
commitad1c6728521a2a89ee790cd12baaea73aa6041a2 (patch)
tree78078875d0168f69aa51e596bcd073c5b93b943f /Cargo.toml
parent26b9bc316d8db76b7840f5598877590310a9f49f (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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f1d5c4..5d5ee1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,5 +46,9 @@ name = "hashrate_16"
harness = false
[[bench]]
+name = "hashrate_16_hmac"
+harness = false
+
+[[bench]]
name = "leet"
harness = false