summaryrefslogtreecommitdiff
path: root/include/crypto/sha2.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-2/+12
2025-05-05crypto: lib/sha256 - improve function prototypesEric Biggers1-4/+4
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers1-12/+3
2025-05-05crypto: lib/sha256 - Move partial block handling outHerbert Xu1-2/+7
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-23crypto: x86/sha512 - Use API partial block handlingHerbert Xu1-0/+1
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu1-6/+0
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu1-0/+5
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-0/+134