Bjorn Gustavsson wrote: > "Roberto Saccon" <> writes: > > >> What is the difference between the md5 functions in erlang module / crypto >> module ? >> > > None. > > /Bjorn > > You have to do crypto:start() before you can use crypto:md5(), but you can use erlang:md5() without starting any module. -Matt