+10
−0
+1
−0
crypto/sha3_generic.c
0 → 100644
+300
−0
include/crypto/sha3.h
0 → 100644
+29
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>