index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
sha256.c
Age
Commit message (
Expand
)
Author
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-10-30
crypto: lib/sha256 - Unroll LOAD and BLEND loops
Arvind Sankar
2020-10-30
crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
Arvind Sankar
2020-10-30
crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
Arvind Sankar
2020-10-30
crypto: lib/sha256 - Don't clear temporary variables
Arvind Sankar
2020-10-30
crypto: lib/sha256 - Use memzero_explicit() for clearing state
Arvind Sankar
2020-07-16
crypto: lib/sha256 - add sha256() function
Eric Biggers
2020-05-08
crypto: lib/sha256 - return void
Eric Biggers
2019-09-05
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2019-09-05
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-08-30
crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c
Hans de Goede
2019-08-22
crypto: sha256 - Add sha224 support to sha256 library code
Hans de Goede
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit
Hans de Goede
2019-08-22
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede