summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/sha512c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-06sha512_224: Fix SHA512_224_Final() on little-endian machines.Sebastian Huber1-5/+8
2022-09-08libmd: Always erase context in _Final method,Xin LI1-4/+4
2022-09-08Retune SHA2 code for improved performance on CPUsColin Percival1-103/+111
2022-09-08Implement SHA-512 truncated (224 and 256 bits)Allan Jude1-0/+84
2022-09-08crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer1-4/+4
2022-09-08Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude1-13/+64
2014-11-20Add SHA256 and SHA512 supportSebastian Huber1-0/+320