aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha512_224.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-12[crypto] Add SHA-512/224 algorithmMichael Brown1-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>