summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/rmd160.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+0
* In the Final function, move the context zeroing into the digest != NULLmillert2004-05-281-4/+4
* Some u_char -> u_int8_t conversion I missed earlier.millert2004-05-031-5/+5
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-7/+13
* Use a common source file for all the hash helper functions thatmillert2004-04-261-13/+13
* alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henningmarkus2003-12-141-2/+6
* o Ansi function headersmillert2002-12-231-17/+17
* new rmd160 implementation. based onmarkus2001-10-011-398/+338
* Explicitly include <sys/types.h> and some minor style points.millert1999-08-161-5/+10
* Make RMD160Update a little less overzealous when fed small crumbs.janjaap1998-09-091-24/+29
* nbytes - ofs should never be less than 0 (Oops on me)janjaap1998-06-021-0/+2
* teach rmd160 not to throw leftovers out the windowjanjaap1998-03-231-22/+44
* Fix compiler warnings.millert1997-08-241-2/+5
* tabify + trailing blankskstailey1997-07-231-2/+2
* Converting u_char[] -> u_int[] is easy on little endian machines :-)millert1997-07-181-1/+5
* Use u_int32_t not size_t.millert1997-07-171-3/+2
* Allow passing of a NULL digest to RMD160Final(3).millert1997-07-171-6/+8
* mdX(3)-like interface to RIPEMD-160 hash function. Code bymillert1997-07-171-0/+383