| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-29 | lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2 | Eric Biggers | 1 | -4/+22 |
| 2025-09-17 | lib/crypto: sha256: Add support for 2-way interleaved hashing | Eric Biggers | 1 | -5/+66 |
| 2025-07-14 | lib/crypto: sha2: Add hmac_sha*_init_usingrawkey() | Eric Biggers | 1 | -17/+36 |
| 2025-07-04 | lib/crypto: sha256: Sync sha256_update() with sha512_update() | Eric Biggers | 1 | -3/+25 |
| 2025-07-04 | lib/crypto: sha256: Consolidate into single module | Eric Biggers | 1 | -14/+132 |
| 2025-07-04 | lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support | Eric Biggers | 1 | -5/+142 |
| 2025-07-04 | lib/crypto: sha256: Make library API use strongly-typed contexts | Eric Biggers | 1 | -27/+73 |
| 2025-07-04 | lib/crypto: sha256: Add sha224() and sha224_update() | Eric Biggers | 1 | -0/+10 |
| 2025-07-04 | lib/crypto: sha256: Reorder some code | Eric Biggers | 1 | -6/+6 |
| 2025-06-30 | lib/crypto: Explicitly include <linux/export.h> | Eric Biggers | 1 | -0/+1 |
| 2025-05-05 | crypto: lib/sha256 - Use generic block helper | Herbert Xu | 1 | -61/+10 |
| 2025-05-05 | crypto: lib/sha256 - Add helpers for block-based shash | Herbert Xu | 1 | -23/+9 |
| 2025-05-05 | crypto: lib/sha256 - improve function prototypes | Eric Biggers | 1 | -4/+4 |
| 2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers | 1 | -109/+87 |
| 2025-04-23 | crypto: sha256_base - Remove partial block helpers | Herbert Xu | 1 | -9/+2 |
| 2025-04-23 | crypto: riscv/sha256 - Use API partial block handling | Herbert Xu | 1 | -5/+13 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-06-21 | crypto: lib - add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2023-05-19 | crypto: lib/sha256 - Use generic code from sha256_base | Herbert Xu | 1 | -54/+19 |
| 2023-05-19 | crypto: lib/sha256 - Remove redundant and unused sha224_update | Herbert Xu | 1 | -6/+0 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
| 2020-10-30 | crypto: lib/sha256 - Unroll LOAD and BLEND loops | Arvind Sankar | 1 | -4/+20 |
| 2020-10-30 | crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64 | Arvind Sankar | 1 | -136/+38 |
| 2020-10-30 | crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform() | Arvind Sankar | 1 | -6/+5 |
| 2020-10-30 | crypto: lib/sha256 - Don't clear temporary variables | Arvind Sankar | 1 | -1/+0 |
| 2020-10-30 | crypto: lib/sha256 - Use memzero_explicit() for clearing state | Arvind Sankar | 1 | -1/+1 |
| 2020-07-16 | crypto: lib/sha256 - add sha256() function | Eric Biggers | 1 | -0/+10 |
| 2020-05-08 | crypto: lib/sha256 - return void | Eric Biggers | 1 | -12/+8 |
| 2019-09-05 | crypto: sha256 - Remove sha256/224_init code duplication | Hans de Goede | 1 | -32/+0 |
| 2019-09-05 | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h | Hans de Goede | 1 | -1/+1 |
| 2019-08-30 | crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c | Hans de Goede | 1 | -0/+3 |
| 2019-08-22 | crypto: sha256 - Add sha224 support to sha256 library code | Hans de Goede | 1 | -2/+35 |
| 2019-08-22 | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use | Hans de Goede | 1 | -0/+4 |
| 2019-08-22 | crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit | Hans de Goede | 1 | -4/+4 |
| 2019-08-22 | crypto: sha256 - Move lib/sha256.c to lib/crypto | Hans de Goede | 1 | -0/+279 |