summaryrefslogtreecommitdiffstats
path: root/cpukit/include/sha224.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-081-0/+62
Like SHA2-384:SHA2-512, SHA2-224 is simply a truncated SHA2-256 with a different initial vector. Add to round out the complete basic SHA2 family.