summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/siphash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use standard headers for siphashbcook2019-01-201-4/+3
* memcpy from the right place. at this point, the used variable is nottedu2017-12-251-2/+2
* SipHash_Final() was assuming the digest was 64-bit aligned, resulting inderaadt2017-04-121-4/+3
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-111-1/+6
* Use standard spelling for types, and rename local variable from "free".tedu2015-02-201-17/+17
* userland gets static on functions only used within a file.dlg2015-02-071-5/+5
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
* add siphash from the kernel to libctedu2014-12-081-0/+183