1
2
3
4
5
//! Hash functions.

extern crate md5 as md5_hash;

pub use md5_hash as md5;