summaryrefslogtreecommitdiff
path: root/include/md5.h
Commit message (Collapse)AuthorAgeLines
* Add the MD5 algorithmBartlomiej Sieka2008-03-14-0/+23
MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then calculated using the md5() function -- see include/md5.h for details. Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>