From ad1c6728521a2a89ee790cd12baaea73aa6041a2 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 20 Jan 2023 00:16:57 +0100 Subject: 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. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f1d5c4..5d5ee1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,10 @@ harness = false name = "hashrate_16" harness = false +[[bench]] +name = "hashrate_16_hmac" +harness = false + [[bench]] name = "leet" harness = false -- cgit v1.2.3