summaryrefslogtreecommitdiffstats
path: root/third_party/rust/constant_time_eq/Cargo.toml
blob: ae92925e9e0728c2c82437fd7f88c4d7dfe1d29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "constant_time_eq"
version = "0.1.3"
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"

[badges]
travis-ci = { repository = "cesarb/constant_time_eq" }