[dependencies.digest]
default-features = false
optional = true
version = "0.8"
[dependencies.signature_derive]
optional = true
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.2"
[dev-dependencies.sha2]
default-features = false
version = "0.8"
[features]
alloc = []
default = ["digest", "std"]
std = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
documentation = "https://docs.rs/signature"
edition = "2018"
keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"]
license = "Apache-2.0 OR MIT"
name = "signature"
readme = "README.md"
repository = "https://github.com/RustCrypto/signatures/tree/master/signature-crate"
version = "0.3.0"