summaryrefslogtreecommitdiff
path: root/lib/libc/hash
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-09-21Bring back previous sparc64 hack, but only #ifdef old gcc.martin
2003-09-19No more sparc64 compiler workaroundsmartin
2003-04-16Usewiz
2003-03-30VAX, not vax. Igor Sobrado in PR 19678.wiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-03-31In userland, use <sha1.h>, not <sys/sha1.h>.bjh21
2002-03-31Shuffle config.h #iffery so as to wrap the __RCSID, as is done in severalbjh21
2002-03-31Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on theirbjh21
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2001-09-16Standardize and sort sections, remove some whitespace.wiz
2001-03-29Fix printf format used in example; from Jim Bernard in PR lib/12496.kleink
2001-03-19Don't use a u_char array for a workspace that will be cast then accessedsimonb
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2001-01-02Note that sha1 has been there since 1.4.wiz
2000-12-11Argh. Use __weak_alias on the RMD160 functions.ad
2000-12-11The second argument to xxData() is a size_t.ad
2000-09-21Use .{B,Bs,F,N,O}x and fix miscellaneous errors.ad
2000-09-17Prevent the compiler from blowing up on sparc64. From mrg.eeh
2000-07-06fix non-portable shift.christos
2000-07-06explicitly cast to u_charchristos
2000-07-05fix typo: rmd160l.c -> rmd160hl.ccyber
2000-07-05- Need to #include <sys/endian.h>.ad
2000-07-05- No need to include <sys/uio.h>.ad
2000-07-05Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,ad
2000-07-05Insert newline after RCS ID line.ad
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-05-03Avoid non portable shifts.christos
1999-05-03fix unaligned access lint warning.christos
1999-02-28Urk, .Nx doesn't DTRT either.ross
1999-02-27Don't .Xr sha1(1) until we get such a thing, but do .Xr md5(1).ross
1999-02-24use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriatedrochner
1999-02-04add sha1 functions, like md5/4explorer