elliptic-curve 0.6.4

General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof.
Documentation
[dependencies.bitvec]
default-features = false
optional = true
version = "0.18"

[dependencies.digest]
optional = true
version = "0.9"

[dependencies.ff]
default-features = false
optional = true
version = "0.8"

[dependencies.generic-array]
default-features = false
version = "0.14"

[dependencies.group]
default-features = false
optional = true
version = "0.8"

[dependencies.oid]
optional = true
package = "const-oid"
version = "0.1"

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

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

[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.hex-literal]
version = "0.2"

[features]
alloc = []
arithmetic = ["bitvec", "ff", "group"]
default = ["arithmetic"]
ecdh = ["arithmetic", "zeroize"]
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "General purpose Elliptic Curve Cryptography (ECC) support, including types\nand traits for representing various elliptic curve forms, scalars, points,\nand public/secret keys composed thereof.\n"
edition = "2018"
keywords = ["crypto", "ecc", "elliptic", "weierstrass"]
license = "Apache-2.0 OR MIT"
name = "elliptic-curve"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits/tree/master/elliptic-curve"
version = "0.6.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]