//! Broken hash functions.
//!//! The algorithms in this module are known to be broken or too short to be secure. Only use them
//! for legacy applications.
modsha1;pubuseself::sha1::Sha1;modmd2;pubuseself::md2::Md2;modmd4;pubuseself::md4::Md4;modmd5;pubuseself::md5::Md5;modripemd160;pubuseself::ripemd160::Ripemd160;modgosthash94;pubuseself::gosthash94::GostHash94;