commit | 7d2f5b0c43e0bb346fbf78daefd68cd0bfc56ca3 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Aug 17 16:24:34 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 22 14:57:35 2019 +1000 |
tree | db6ed9503ddf35105c4c9aa87d7d6232bf788900 | |
parent | 01d3aee86625bd798a5e69afb92517d5530c7ed1 [diff] |
crypto: sha256 - Add sha224 support to sha256 library code Add sha224 support to the lib/crypto/sha256 library code. This will allow us to replace both the sha256 and sha224 parts of crypto/sha256_generic.c when we remove the code duplication in further patches in this series. Suggested-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>