curve25519-dalek 0.14.4

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.14.4"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
build = "build.rs"
exclude = ["**/.gitignore", ".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://dalek.rs/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/dalek-cryptography/curve25519-dalek"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
[dependencies.clear_on_drop]
version = "=0.2.3"

[dependencies.digest]
version = "0.7"

[dependencies.generic-array]
version = "0.9"

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

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

[dependencies.stdsimd]
version = "0.0.4"
optional = true

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

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

[build-dependencies.clear_on_drop]
version = "=0.2.3"

[build-dependencies.digest]
version = "0.7"

[build-dependencies.generic-array]
version = "0.9"

[build-dependencies.rand]
version = "0.4"

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

[build-dependencies.stdsimd]
version = "0.0.4"
optional = true

[build-dependencies.subtle]
version = "^0.3"

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