curve25519-dalek 0.13.2

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.13.2"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
exclude = [".gitignore", ".travis.yml"]
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"
[dependencies.digest]
version = "0.6"

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

[dependencies.rand]
version = "0.3"
optional = true

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

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

[dependencies.arrayref]
version = "0.3.4"
[dev-dependencies.sha2]
version = "0.6"

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

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