MD5: Difference between revisions

197 bytes added ,  3 years ago
no edit summary
(→‎{{header|PARI/GP}}: modified example ; simplification & possible bug fix in code)
No edit summary
Line 593:
 
{{Out}}<pre>E38CA1D920C4B8B8D3946B2C72F01680</pre>
 
=={{header|Crystal}}==
<lang ruby>require "digest/md5"
 
puts Digest::MD5.hexdigest("The quick brown fox jumped over the lazy dog's back")</lang>
{{Out}}<pre>e38ca1d920c4b8b8d3946b2c72f01680</pre>
 
=={{header|D}}==
Anonymous user