[erlang-questions] erlang:md5() / crypto:md5() - any differences ?

Matthew Reilly matthew.reilly@REDACTED
Sat Feb 3 05:04:17 CET 2007


Bjorn Gustavsson wrote:
> "Roberto Saccon" <rsaccon@REDACTED> 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



More information about the erlang-questions mailing list