aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha3_generic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+300
This patch adds the implementation of SHA3 algorithm in software and it's based on original implementation pushed in patch https://lwn.net/Articles/518415/ with additional changes to match the padding rules specified in SHA-3 specification. Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>