]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: sha3 - Add SHA-3 hash algorithm
authorJeff Garzik <jeff@garzik.org>
Fri, 17 Jun 2016 05:00:35 +0000 (10:30 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Jun 2016 11:25:01 +0000 (19:25 +0800)
commit53964b9ee63b7075931b8df85307c449da564b50
tree5650ca6328973c090a3bf2ea8fdcf8ae58837061
parent6999d504d4be3ddacd7a01ae961886a66b6a53d9
crypto: sha3 - Add SHA-3 hash algorithm

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>
crypto/Kconfig
crypto/Makefile
crypto/sha3_generic.c [new file with mode: 0644]
include/crypto/sha3.h [new file with mode: 0644]