aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha3_generic.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-4/+0
2018-06-15crypto: don't optimize keccakf()Gravatar Dmitry Vyukov 1-1/+1
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-02-08crypto: sha3-generic - Use __optimize to support old compilersGravatar Geert Uytterhoeven 1-1/+1
2018-02-08crypto: sha3-generic - deal with oversize stack framesGravatar Ard Biesheuvel 1-100/+118
2018-01-26crypto: sha3-generic - export init/update/final routinesGravatar Ard Biesheuvel 1-15/+18
2018-01-26crypto: sha3-generic - simplify codeGravatar Ard Biesheuvel 1-125/+59
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeGravatar Ard Biesheuvel 1-38/+96
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationGravatar Ard Biesheuvel 1-2/+3
2016-08-08crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGravatar Geert Uytterhoeven 1-8/+8
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmGravatar Jeff Garzik 1-0/+300