NetBSD/lib/libc/hash
dogcow 86811edb37 change #include <sys/endian.h> => #include <machine/endian.h> so that
it's (more) consistent in the tree; this, along with changing tools/compat's
autoconf detection from AC_CHECK_FUNCS to AC_CHECK_DECLS makes the vast
majority of htobe16 and friends' redefinition errors bite the dust.
Tested with -current and FreeBSD.
2006-02-09 22:03:15 +00:00
..
md2 WARNS=4 2005-11-29 03:11:58 +00:00
md5 Organize hashing in libc. 2005-09-24 19:04:52 +00:00
rmd160 change #include <sys/endian.h> => #include <machine/endian.h> so that 2006-02-09 22:03:15 +00:00
sha1 u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
sha2 u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
Makefile.inc Put public domain MD2 implementation in libc/hash/md2. 2005-09-24 20:51:14 +00:00
hashhl.c Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
hmac.c Add support for SHA1 hashed passwords. 2004-07-02 00:05:23 +00:00