commit | aaf5a3839a3fcba06ca978e85cb6f66117ad44dd | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pascalvanl@gmail.com> | Fri Sep 13 20:56:47 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 05 01:06:07 2019 +1000 |
tree | cc10466f1d9378a717b916d0e02d6be3bc31b8db | |
parent | 1769f704e55b11e97ff4e52226e6fbddaa1e654e [diff] |
crypto: inside-secure - Add SHA3 family of basic hash algorithms This patch adds support for sha3-224, sha3-256, sha3-384 and sha3-512 basic hashes. The patch has been tested with the eip197c_iewxkbc configuration on the Xilinx VCU118 development board, including the testmgr extra tests. changes since v1: - nothing Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>