Age | Commit message (Expand) | Author |
---|---|---|
2025-07-20 | lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutils | Eric Biggers |
2025-07-14 | lib/crypto: arm64/sha1: Migrate optimized code into library | Eric Biggers |
2025-07-11 | lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contexts | Eric Biggers |
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-30 | lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/ | Eric Biggers |
2025-06-30 | lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library | Eric Biggers |