summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/md4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with md5.c rev. 1.4millert2004-04-291-128/+83
* Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.millert2004-04-281-3/+3
* PD md4 code derived from Colin Plumb's md5 routines.millert2004-04-281-0/+271