ripemd160 0.4.0

RIPEMD-160 hash function
Documentation
[package]
name = "ripemd160"
version = "0.4.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "RIPEMD-160 hash function"
documentation = "https://docs.rs/ripemd160"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "ripemd160", "hash", "digest"]

[dependencies]
digest = "0.4"
digest-buffer = "0.2"
generic-array = "0.6"
byte-tools = "0.1"

[dev-dependencies]
crypto-tests = "0.3"