ethsign-crypto 0.3.0

Pure Rust drop-in replacement for the `parity-crypto` crate
Documentation
[dependencies.aes]
default-features = false
version = "0.8.0"

[dependencies.ctr]
version = "0.9.2"

[dependencies.hmac]
version = "0.12.0"

[dependencies.pbkdf2]
default-features = false
features = ["parallel"]
version = "0.12.1"

[dependencies.scrypt]
version = "0.11"

[dependencies.sha2]
version = "0.10.1"

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

[dev-dependencies.parity-crypto]
version = "0.9"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Pure Rust drop-in replacement for the `parity-crypto` crate"
documentation = "https://docs.rs/crate/ethsign-crypto"
edition = "2018"
homepage = "https://github.com/tomusdrw/ethsign"
license = "GPL-3.0"
name = "ethsign-crypto"
repository = "https://github.com/tomusdrw/ethsign"
version = "0.3.0"