MD4: Difference between revisions

Added output. Removed the compilation command as "-d:ssl" is no longer needed to compile.
(Updated to work with Nim 1.4: replaced ".. <" with "..<".)
(Added output. Removed the compilation command as "-d:ssl" is no longer needed to compile.)
Line 1,207:
=={{header|Nim}}==
{{libheader|OpenSSL}}
Compile with <code>nim -d:ssl c md4.nim</code>:
<lang nim>import strutils
 
Line 1,221 ⟶ 1,220:
 
echo MD4("Rosetta Code")</lang>
 
{{out}}
<pre>a52bcfc6a0d0d300cdc5ddbfbefe478b</pre>
 
=={{header|PARI/GP}}==
Anonymous user