MD5/Implementation: Difference between revisions

Content added Content deleted
Line 437: Line 437:
WHILE n# < &80000000 : n# += 2^32 : ENDWHILE
WHILE n# < &80000000 : n# += 2^32 : ENDWHILE
= n#</lang>
= n#</lang>

=={{header|C}}==
The RFC itself is coded in C, there's no need to reinvent the wheel.


=={{header|C sharp}}==
=={{header|C sharp}}==