subtle 2.2.2

Pure-Rust traits and utilities for constant-time cryptographic implementations.
Documentation
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/subtle"

[features]
default = ["std", "i128"]
i128 = []
nightly = []
std = []

[package]
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
categories = ["cryptography", "no-std"]
description = "Pure-Rust traits and utilities for constant-time cryptographic implementations."
documentation = "https://docs.rs/subtle"
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.2.2"