Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | 2015-09-11 | 1 | -1/+6 | |
* | Use explicit_bzero instead of memset in hash Final and End functions. | 2015-01-15 | 1 | -2/+2 | |
* | calling HashFinal with a null digest should crash, not be silently ignored | 2014-01-08 | 1 | -6/+4 | |
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
* | In the Final function, move the context zeroing into the digest != NULL | 2004-05-28 | 1 | -3/+3 | |
* | 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 | |
* | Changes inspired by Markus's rmd160 implementation: | 2004-04-29 | 1 | -128/+83 | |
* | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. | 2004-04-28 | 1 | -3/+3 | |
* | Rename members of struct MD5Context to match other hash routines. | 2004-04-28 | 1 | -109/+139 | |
* | PD version of md5(3) based on code written by Colin Plumb. | 2004-04-28 | 1 | -0/+258 |