From 4b83bfcad25c8d8e36fe210a76faa5797f9c5aaf Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 4 Sep 2025 21:47:55 +0200 Subject: add benchmarks for primitives --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 237972e..2bb1e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ categories = ["algorithms", "cryptography"] default = ["std"] simd = [] std = ["constant_time_eq/std", "blake2/std"] +primitives = [] [dependencies] aes = { version = "0.8.4", features = ["hazmat"] } @@ -27,3 +28,8 @@ criterion = "0.5.1" [[bench]] name = "zears" harness = false + +[[bench]] +name = "primitives" +required-features = ["primitives"] +harness = false -- cgit v1.2.3