elliptic-curve 0.3.0

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.generic-array]
default-features = false
version = "0.12"

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

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

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

[features]
default = ["getrandom", "std", "zeroize"]
std = []
weierstrass = []

[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"
documentation = "https://docs.rs/elliptic-curve"
edition = "2018"
keywords = ["crypto", "ecc", "elliptic", "weierstrass"]
license = "Apache-2.0 OR MIT"
name = "elliptic-curve"
readme = "README.md"
repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/elliptic-curve-crate"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true