MD5/Implementation: Difference between revisions

Line 437:
WHILE n# < &80000000 : n# += 2^32 : ENDWHILE
= n#</lang>
 
=={{header|C}}==
The RFC itself is coded in C, there's no need to reinvent the wheel.
 
=={{header|C sharp}}==
Anonymous user