md5: Add support for calculating the md5 sum of buffers incrementally
authorGökhan Şengün <gsengun@linux-5d7d.site>
Fri, 30 Mar 2012 20:09:47 +0000 (23:09 +0300)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 31 Mar 2012 21:31:16 +0000 (22:31 +0100)
commit004d7251ab1abca0b3e1c6e632eef12e335f3aaa
tree78f4fd6db5aae6ef5e030a9e00e05c7c4adfc461
parent33d044a8628ac40418e1e5e698b0fd90c722a07f
md5: Add support for calculating the md5 sum of buffers incrementally

It is now possible to calculate the md5 sum as the stream of buffers
becomes known where as previously it was only possible to calculate the
md5 sum of a pre-prepared buffer.
lib/curl_md5.h
lib/md5.c