ed25519-dalek 1.0.0-pre.2

Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.
Documentation
[[bench]]
harness = false
name = "ed25519_benchmarks"
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/ed25519-dalek"
[dependencies.clear_on_drop]
version = "0.2"

[dependencies.curve25519-dalek]
default-features = false
version = "1"

[dependencies.failure]
default-features = false
version = "^0.1.1"

[dependencies.rand]
default-features = false
features = ["i128_support"]
optional = true
version = "0.6"

[dependencies.rand_core]
default-features = false
version = "0.3"

[dependencies.rand_os]
optional = true
version = "0.1"

[dependencies.serde]
optional = true
version = "^1.0"

[dependencies.sha2]
default-features = false
version = "^0.8"
[dev-dependencies.bincode]
version = "^0.9"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.hex]
version = "^0.3"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.rand_os]
version = "0.1"

[features]
alloc = ["curve25519-dalek/alloc", "rand_os"]
asm = ["sha2/asm"]
avx2_backend = ["curve25519-dalek/avx2_backend"]
batch = ["rand"]
default = ["std", "u64_backend"]
nightly = ["curve25519-dalek/nightly", "clear_on_drop/nightly"]
std = ["curve25519-dalek/std", "rand_os", "sha2/std"]
u32_backend = ["curve25519-dalek/u32_backend"]
u64_backend = ["curve25519-dalek/u64_backend"]
yolocrypto = ["curve25519-dalek/yolocrypto"]

[package]
authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
categories = ["cryptography", "no-std"]
description = "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust."
documentation = "https://docs.rs/ed25519-dalek"
exclude = [".gitignore", "TESTVECTORS", "res/*"]
homepage = "https://dalek.rs"
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
license = "BSD-3-Clause"
name = "ed25519-dalek"
readme = "README.md"
repository = "https://github.com/dalek-cryptography/ed25519-dalek"
version = "1.0.0-pre.2"