Age | Commit message (Expand) | Author |
---|---|---|
2025-07-14 | lib/crypto: arm/sha1: Migrate optimized code into library | Eric Biggers |
2025-07-14 | lib/crypto: arm/poly1305: Remove unneeded empty weak function | Eric Biggers |
2025-07-11 | lib/crypto: arm/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: arm: Move arch/arm/lib/crypto/ into lib/crypto/ | Eric Biggers |
2025-06-30 | lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library | Eric Biggers |