[go: up one dir, main page]

constant_time_eq 0.3.1

Compares two equal-sized byte strings in constant time.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dev-dependencies.count_instructions]
version = "0.1.3"

[dev-dependencies.criterion]
features = ["cargo_bench_support", "html_reports"]
version = "0.5.1"

[features]
count_instructions_test = []

[lib]
name = "constant_time_eq"
path = "src/lib.rs"

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

[[test]]
name = "count_instructions"
path = "tests/count_instructions.rs"