NetBSD/lib/libc/hash
christos eb01b7b0b4 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
The name "hash.c" is already used in db/hash/hash.c, and having duplicated
names, aside from it being bad style, breaks the tools/nbcompat build
because it picks the wrong hash.c file. Thanks to greg for helping debug
this.
2005-09-28 16:31:45 +00:00
..
md2 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
md5 Organize hashing in libc. 2005-09-24 19:04:52 +00:00
rmd160 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
sha1 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
sha2 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +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