Trait passwordmaker_rs::Md5

source ·
pub trait Md5: Hasher<Output = [u8; 16]> { }
Expand description

Trait your Md5 hash function needs to implement.

Implementors§