You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-constant_time_eq/constant_time_eq-fix-metada...

27 lines
596 B

--- constant_time_eq-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ constant_time_eq-0.3.0/Cargo.toml 2024-01-19T16:39:19.285130+00:00
@@ -23,22 +23,5 @@
"cryptography",
"no-std",
]
-license = "CC0-1.0 OR MIT-0 OR Apache-2.0"
+license = "MIT-0 OR Apache-2.0"
repository = "https://github.com/cesarb/constant_time_eq"
-
-[[bench]]
-name = "bench"
-harness = false
-
-[dev-dependencies.count_instructions]
-version = "0.1.3"
-
-[dev-dependencies.criterion]
-version = "0.5.1"
-features = [
- "cargo_bench_support",
- "html_reports",
-]
-
-[features]
-count_instructions_test = []