Age | Commit message (Expand) | Author |
---|---|---|
2005-08-08 | zap remaining rcsid. | Marc Espie |
2004-05-28 | In the Final function, move the context zeroing into the digest != NULL | Todd C. Miller |
2004-05-03 | Some u_char -> u_int8_t conversion I missed earlier. | Todd C. Miller |
2004-05-03 | Add Pad and FileChunk functions for each family of hash functions. | Todd C. Miller |
2004-04-29 | Changes inspired by Markus's rmd160 implementation: | Todd C. Miller |
2004-04-28 | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. | Todd C. Miller |
2004-04-28 | Rename members of struct MD5Context to match other hash routines. | Todd C. Miller |
2004-04-28 | PD version of md5(3) based on code written by Colin Plumb. | Todd C. Miller |