summaryrefslogtreecommitdiff
path: root/lib/libc/hash/rmd160.c
AgeCommit message (Expand)Author
2005-08-08zap remaining rcsid.Marc Espie
2004-05-28In the Final function, move the context zeroing into the digest != NULLTodd C. Miller
2004-05-03Some u_char -> u_int8_t conversion I missed earlier.Todd C. Miller
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller
2003-12-14alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henningMarkus Friedl
2002-12-23o Ansi function headersTodd C. Miller
2001-10-01new rmd160 implementation. based onMarkus Friedl
1999-08-16Explicitly include <sys/types.h> and some minor style points.Todd C. Miller
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-06-02nbytes - ofs should never be less than 0 (Oops on me)janjaap
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1997-08-24Fix compiler warnings.Todd C. Miller
1997-07-23tabify + trailing blankskstailey
1997-07-18Converting u_char[] -> u_int[] is easy on little endian machines :-)Todd C. Miller
1997-07-17Use u_int32_t not size_t.Todd C. Miller
1997-07-17Allow passing of a NULL digest to RMD160Final(3).Todd C. Miller
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller