]> 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)
commit986c49929c135fb78615417006dc80851eb310e6
tree5650ca6328973c090a3bf2ea8fdcf8ae58837061
parentd3410eaafde8b2315b426c284c77cd1194ada3ef
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]