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