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
/
crypto
/
sha3_generic.c
Age
Commit message (
Expand
)
Author
2020-07-23
crypto: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-07-09
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-06-15
crypto: don't optimize keccakf()
Dmitry Vyukov
2018-03-09
mn10300: Remove the architecture
David Howells
2018-02-08
crypto: sha3-generic - Use __optimize to support old compilers
Geert Uytterhoeven
2018-02-08
crypto: sha3-generic - deal with oversize stack frames
Ard Biesheuvel
2018-01-26
crypto: sha3-generic - export init/update/final routines
Ard Biesheuvel
2018-01-26
crypto: sha3-generic - simplify code
Ard Biesheuvel
2018-01-26
crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize
Ard Biesheuvel
2018-01-26
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
2016-08-08
crypto: sha3 - Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
2016-06-20
crypto: sha3 - Add SHA-3 hash algorithm
Jeff Garzik