Trait passwordmaker_rs::Md4

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

Trait your Md4 hash function needs to implement.

Implementors§