summaryrefslogtreecommitdiffstats
path: root/src/crypto/sha384.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add SHA-384 algorithmMichael Brown2015-04-121-0/+82
SHA-384 is almost identical to SHA-512, with differing initial hash values and a truncated output length. This implementation has been verified using the NIST SHA-384 test vectors. Signed-off-by: Michael Brown <mcb30@ipxe.org>