Crate md2 [] [src]

The MD2 hash function.

Structs

Md2

The MD2 hasher

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.