Age | Commit message (Expand) | Author |
---|---|---|
2001-10-01 | new rmd160 implementation. based on | Markus Friedl |
1999-08-16 | Explicitly include <sys/types.h> and some minor style points. | Todd C. Miller |
1998-09-09 | Make RMD160Update a little less overzealous when fed small crumbs. | janjaap |
1998-06-02 | nbytes - ofs should never be less than 0 (Oops on me) | janjaap |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap |
1997-08-24 | Fix compiler warnings. | Todd C. Miller |
1997-07-23 | tabify + trailing blanks | kstailey |
1997-07-18 | Converting u_char[] -> u_int[] is easy on little endian machines :-) | Todd C. Miller |
1997-07-17 | Use u_int32_t not size_t. | Todd C. Miller |
1997-07-17 | Allow passing of a NULL digest to RMD160Final(3). | Todd C. Miller |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller |