summaryrefslogtreecommitdiff
path: root/lib/libc/hidden/sha2.h
AgeCommit message (Collapse)Author
2016-09-03Add functions for SHA512/256. The standard says you're supposed to startTed Unangst
with different magic numbers, so we need to add some functions instead of just asking the user to truncate as desired. Sigh. SHA512 is quite a bit faster than SHA256 on 64 bit CPUs, but 256 bit hashes are usually quite sufficient. Best of both. ok deraadt tom
2015-09-11Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directPhilip Guenther
ok deraadt@