summaryrefslogtreecommitdiffstats
path: root/include/crypto/sha3.h
Commit message (Collapse)AuthorAgeFilesLines
* crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-201-0/+29
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>
OpenPOWER on IntegriCloud