Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | Add functions for SHA512/256. The standard says you're supposed to start | Ted 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-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther | |
ok deraadt@ |