crypto: sha3-generic - export init/update/final routines
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 19 Jan 2018 12:04:36 +0000 (12:04 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jan 2018 14:10:34 +0000 (01:10 +1100)
commit6657674b23b8a8458a3222ec3da2fd376c78ae79
tree1ccc6f68efa9d6570a81337bcedede1cc5d575ed
parentbeeb504adf3d08c0e916f43259e8e2ad6bdd30ee
crypto: sha3-generic - export init/update/final routines

To allow accelerated implementations to fall back to the generic
routines, e.g., in contexts where a SIMD based implementation is
not allowed to run, expose the generic SHA3 init/update/final
routines to other modules.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/sha3_generic.c
include/crypto/sha3.h