k256 0.3.0

secp256k1 elliptic curve
Documentation
[dependencies.elliptic-curve]
default-features = false
features = ["weierstrass"]
version = "0.4"

[dependencies.subtle]
default-features = false
optional = true
version = "2.2.2"
[dev-dependencies.fiat-crypto]
version = "0.1.0"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.proptest]
version = "0.9"

[features]
arithmetic = ["subtle"]
default = ["arithmetic", "std"]
std = ["elliptic-curve/std"]
test-vectors = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "cryptography::cryptocurrencies", "no-std"]
description = "secp256k1 elliptic curve"
documentation = "https://docs.rs/elliptic-curve"
edition = "2018"
keywords = ["bitcoin", "crypto", "ecc", "ethereum"]
license = "Apache-2.0 OR MIT"
name = "k256"
readme = "README.md"
repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/k256"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]