summaryrefslogtreecommitdiff
path: root/lib/libc/hash/Makefile.inc
AgeCommit message (Expand)Author
2012-07-08Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.rmind
2006-10-27As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, todrochner
2005-09-24Put public domain MD2 implementation in libc/hash/md2.elad
2005-09-24Organize hashing in libc.elad
2005-08-23Compile SHA2 again.elad
2005-08-20Not running lint on kernel code fooled me into thinking this was safe.elad
2005-08-20Add SHA2 hashing routines to userland.elad
2004-07-02Add support for SHA1 hashed passwords.sjg
2000-07-05fix typo: rmd160l.c -> rmd160hl.ccyber
2000-07-05Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,ad
1999-02-24use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriatedrochner
1999-02-04add sha1 functions, like md5/4explorer