[package]
name = "subtle"
version = "2.6.1"
edition = "2018"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/subtle"
homepage = "https://dalek.rs/"
documentation = "https://docs.rs/subtle"
categories = ["cryptography", "no-std"]
keywords = ["cryptography", "crypto", "constant-time", "utilities"]
description = "Pure-Rust traits and utilities for constant-time cryptographic implementations."
exclude = [
"**/.gitignore",
".travis.yml",
]
[badges]
travis-ci = { repository = "dalek-cryptography/subtle", branch = "main"}
[dev-dependencies]
rand = { version = "0.8" }
[features]
const-generics = []
core_hint_black_box = []
default = ["std", "i128"]
std = []
i128 = []
nightly = []