parity-crypto 0.8.0

Crypto utils used by ethstore and network.
Documentation
[[bench]]
harness = false
name = "bench"
required-features = ["publickey"]
[dependencies.aes]
version = "0.6.0"

[dependencies.aes-ctr]
version = "0.6.0"

[dependencies.block-modes]
version = "0.7.0"

[dependencies.digest]
version = "0.9.0"

[dependencies.ethereum-types]
optional = true
version = "0.11.0"

[dependencies.hmac]
version = "0.10.1"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.pbkdf2]
version = "0.6.0"

[dependencies.ripemd160]
version = "0.9.1"

[dependencies.rustc-hex]
default-features = false
optional = true
version = "2.1.0"

[dependencies.scrypt]
version = "0.5.0"

[dependencies.secp256k1]
features = ["global-context", "recovery", "rand-std"]
optional = true
version = "0.20.0"

[dependencies.sha2]
version = "0.9.2"

[dependencies.subtle]
version = "2.4.0"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.2"

[dependencies.zeroize]
default-features = false
version = "1.2.0"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.hex-literal]
version = "0.3.1"

[features]
default = []
publickey = ["secp256k1", "lazy_static", "ethereum-types", "rustc-hex"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
description = "Crypto utils used by ethstore and network."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "parity-crypto"
repository = "https://github.com/paritytech/parity-common"
version = "0.8.0"