Crate ripemd160 [] [src]

An implementation of the RIPEMD-160 cryptographic hash.

Structs

Ripemd160

Structure representing the state of a Ripemd160 computation

Traits

Digest

The Digest trait specifies an interface common to digest functions. It's a convinience wrapper around Input, FixedOutput, BlockInput and Default traits. It also provides additional convinience methods.