summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/sha256c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-09libmd: Remove extra digest copy in SHA256_Final()Sebastian Huber1-1/+0
2022-09-08libmd: Always erase context in _Final method,Xin LI1-1/+1
2022-09-08Implement SHA2-224 submode of SHA2-256Conrad Meyer1-0/+51
2022-09-08Retune SHA2 code for improved performance on CPUsColin Percival1-87/+87
2022-09-08crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer1-2/+3
2014-11-20Add SHA256 and SHA512 supportSebastian Huber1-0/+297