curve25519-dalek 0.12.1

A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "curve25519-dalek"
version = "0.12.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
exclude = [".gitignore"]
description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
homepage = "https://code.ciph.re/isis/curve25519-dalek"
documentation = "https://docs.rs/curve25519-dalek"
readme = "README.md"
keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"]
categories = ["cryptography", "no-std"]
license = "BSD-3-Clause"
repository = "https://github.com/isislovecruft/curve25519-dalek"
[profile.test]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false
panic = "unwind"

[profile.doc]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false
panic = "unwind"

[profile.bench]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"

[profile.dev]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false
panic = "unwind"

[profile.release]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
[dependencies.rand]
version = "0.3"
optional = true

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

[dependencies.arrayref]
version = "0.3.4"

[dependencies.generic-array]
version = "^0.8"

[dependencies.digest]
version = "0.6"

[dependencies.serde]
version = "1.0"
optional = true
[dev-dependencies.sha2]
version = "0.6"

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

[features]
default = ["std"]
yolocrypto = []
alloc = []
nightly = ["radix_51", "subtle/nightly"]
bench = []
std = ["rand", "subtle/std"]
radix_51 = []
[badges.travis-ci]
repository = "isislovecruft/curve25519-dalek"
branch = "master"