constant_time_eq 0.3.0

Compares two equal-sized byte strings in constant time.
Documentation
[package]
name = "constant_time_eq"
version = "0.3.0"
edition = "2021"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "Compares two equal-sized byte strings in constant time."
documentation = "https://docs.rs/constant_time_eq"
repository = "https://github.com/cesarb/constant_time_eq"
readme = "README"
keywords = ["constant_time"]
categories = ["cryptography", "no-std"]
license = "CC0-1.0 OR MIT-0 OR Apache-2.0"
rust-version = "1.66.0"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["cargo_bench_support", "html_reports"] }
count_instructions = "0.1.3"

[features]
# Enables tests which depend on the count_instructions crate.
count_instructions_test = []

[[bench]]
name = "bench"
harness = false