summaryrefslogtreecommitdiff
path: root/md5.c
Commit message (Expand)AuthorAgeFilesLines
* md5: add "const" qualifier to the "file" argumentYousong Zhou2017-03-201-1/+1
* md5: include utils.h instead of endian.h to fix portability issuesFelix Fietkau2015-06-291-1/+1
* md5: include endian.h for musl, otherwise hashes are invalid for BESteven Barth2015-06-291-0/+1
* md5: add a new implementation under permissive licenseFelix Fietkau2014-10-011-228/+279
* md5: remove unnecessary variable changeFelix Fietkau2014-04-121-1/+0
* fix memset call in md5.cJohn Crispin2013-11-191-2/+2
* add md5.c to libuboxJohn Crispin2013-11-191-0/+285