Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | In the Final function, move the context zeroing into the digest != NULL | 2004-05-28 | 1 | -3/+3 | |
| | | | | | scope so that passing a NULL digest is equivalent to the Pad function (like it used to be). Fixes skey w/ sha1 as noticed by David Krause. | ||||
* | Some u_char -> u_int8_t conversion I missed earlier. | 2004-05-03 | 1 | -3/+3 | |
| | |||||
* | Add Pad and FileChunk functions for each family of hash functions. | 2004-05-03 | 1 | -8/+17 | |
| | | | | | | The Pad function does padding like in Final but does not finish processing. The FileChunk function creates a digest from a portion of a file. Also made the length parameters consistent (and size_t). | ||||
* | Sync with md5.c rev. 1.4 | 2004-04-29 | 1 | -128/+83 | |
| | |||||
* | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. | 2004-04-28 | 1 | -3/+3 | |
| | |||||
* | PD md4 code derived from Colin Plumb's md5 routines. | 2004-04-28 | 1 | -0/+271 | |