summaryrefslogtreecommitdiff
path: root/include/crypto/internal/sha2.h
AgeCommit message (Expand)Author
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers
2025-06-20lib/crypto: sha256: Mark sha256_choose_blocks as __always_inlineArnd Bergmann
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers