constant_time_eq 0.2.0

Compares two equal-sized byte strings in constant time.
Documentation
[[bench]]
harness = false
name = "bench"
[dev-dependencies.criterion]
features = ["cargo_bench_support", "html_reports"]
version = "0.3"

[package]
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
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"
name = "constant_time_eq"
readme = "README"
repository = "https://github.com/cesarb/constant_time_eq"
resolver = "2"
version = "0.2.0"