Age | Commit message (Expand) | Author | Files | Lines |
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 |