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