]> git.baikalelectronics.ru Git - kernel.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)
commitbe337bc57f4cf97463943362e63808e3b7f49792
tree5650ca6328973c090a3bf2ea8fdcf8ae58837061
parentf389bbadd853bfceb5fc23d89bbb3933eac04eca
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]