Age | Commit message (Expand) | Author |
---|---|---|
2025-07-04 | lib/crypto: sha256: Consolidate into single module | Eric Biggers |
2025-07-04 | lib/crypto: sha256: Remove sha256_is_arch_optimized() | Eric Biggers |
2025-07-04 | lib/crypto: sha256: Propagate sha256_block_state type to implementations | Eric Biggers |
2025-07-04 | lib/crypto: sha256: Remove sha256_blocks_simd() | Eric Biggers |
2025-06-20 | lib/crypto: sha256: Mark sha256_choose_blocks as __always_inline | Arnd Bergmann |
2025-05-05 | crypto: lib/sha256 - Use generic block helper | Herbert Xu |
2025-05-05 | crypto: lib/sha256 - Add helpers for block-based shash | Herbert Xu |
2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers |