pub trait Ripemd160: Hasher<Output = [u8; 20]> { }
Expand description

Trait your Ripemd160 hash function needs to implement.

Implementors§