summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/sha256c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmd: Remove extra digest copy in SHA256_Final()Sebastian Huber2022-11-091-1/+0
* libmd: Always erase context in _Final method,Xin LI2022-09-081-1/+1
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-081-0/+51
* Retune SHA2 code for improved performance on CPUsColin Percival2022-09-081-87/+87
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-081-2/+3
* Add SHA256 and SHA512 supportSebastian Huber2014-11-201-0/+297