[package] name = "secp256k1-ecdsa" description = """ DISCONTINUED: use https://crates.io/crates/k256 instead. secp256k1 support for the Elliptic Curve Digital Signature Algorithm (ECDSA) written in pure Rust. """ version = "0.2.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" edition = "2018" repository = "https://github.com/RustCrypto/elliptic-curves" categories = ["cryptography", "cryptography::cryptocurrencies", "no-std"] keywords = ["bitcoin", "crypto", "ecc", "ethereum", "secp256k1"] [dependencies]