summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.millert1997-08-241-2/+5
* tabify + trailing blankskstailey1997-07-232-12/+12
* 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
* Typomillert1997-07-171-2/+2
* Manpage for RMD*(3)millert1997-07-172-2/+226
* More typos.millert1997-07-171-3/+3
* 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-173-2/+465
* Fix typomillert1997-07-171-2/+2
* Add a missing constmillert1997-07-152-5/+5
* Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).millert1997-07-123-9/+152
* mention usage of SHA1Final with null pointerprovos1997-07-121-1/+6
* Minor style points.millert1997-07-121-11/+12
* Todd kant spel.millert1997-07-111-3/+3
* Install sha1(3) and links.millert1997-07-111-2/+6
* #include <sha1.h> not #include "sha1.h"millert1997-07-111-2/+2
* Man page for SHA1*millert1997-07-111-0/+144
* Different sha1 functions (taken from netinet's if_sha1.c) thatmillert1997-07-101-344/+157
* export byte swapping routine.millert1996-09-301-9/+9
* Moved definitions of BYTE and LONG in from header file.millert1996-09-301-1/+5
* Fixed standalone test mode for NEW_SHA1.millert1996-09-291-1/+9
* added sha1 (secure hash function).millert1996-09-292-0/+360