summaryrefslogtreecommitdiffstats
path: root/src/crypto/sha512_224.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add SHA-512/224 algorithmMichael Brown2015-04-121-0/+83
SHA-512/224 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-512/224 test vectors. Signed-off-by: Michael Brown <mcb30@ipxe.org>