ripemd160 0.5.0

RIPEMD-160 hash function
Documentation
#![no_std]
#![feature(test)]
#[macro_use]
extern crate crypto_tests;
extern crate ripemd160;

bench_digest!(ripemd160::Ripemd160);