summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/md5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-111-1/+6
* Use explicit_bzero instead of memset in hash Final and End functions.millert2015-01-151-2/+2
* calling HashFinal with a null digest should crash, not be silently ignoredtedu2014-01-081-6/+4
* zap remaining rcsid.espie2005-08-081-5/+1
* In the Final function, move the context zeroing into the digest != NULLmillert2004-05-281-3/+3
* Some u_char -> u_int8_t conversion I missed earlier.millert2004-05-031-3/+3
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-8/+17
* Changes inspired by Markus's rmd160 implementation:millert2004-04-291-128/+83
* Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.millert2004-04-281-3/+3
* Rename members of struct MD5Context to match other hash routines.millert2004-04-281-109/+139
* PD version of md5(3) based on code written by Colin Plumb.millert2004-04-281-0/+258