Talk:MD5: Difference between revisions

(Guidelines.)
 
Line 14:
==Pseudo Code is not enough ==
Just attempting to code this from the pseudo-code is likely to result in a number of errors. The reference code in the RFC is clearer. Also the task should include validating your implementation with the test values from the RFC. Some of these will break implementations if you don't get your padding just right. At this point this would likely have to be optional. --[[User:Dgamey|Dgamey]] 04:00, 28 September 2010 (UTC)
 
== The 'C' code had a memory leak. ==
 
In the middle of the 'C' sample md5 function, a memory buffer is malloc'd which was never released. I added code at the end of the function to free this msg2 buffer.
Anonymous user