# Pastebin HGHbShdT ```-md5(Data) -> - case erlang:function_exported(crypto, hash, 2) of - true -> - crypto:hash(md5, Data); - false -> - crypto:md5(Data) - end. -```