summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/sha512c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sha512_224: Fix SHA512_224_Final() on little-endian machines.Sebastian Huber2023-02-061-5/+8
* libmd: Always erase context in _Final method,Xin LI2022-09-081-4/+4
* Retune SHA2 code for improved performance on CPUsColin Percival2022-09-081-103/+111
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2022-09-081-0/+84
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-081-4/+4
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2022-09-081-13/+64
* Add SHA256 and SHA512 supportSebastian Huber2014-11-201-0/+320