commit | 62e1ebbbc720ff67837080d596e9c2f5800a9224 | [log] [tgz] |
---|---|---|
author | Valerio Setti <vsetti@baylibre.com> | Wed Dec 28 13:28:42 2022 +0100 |
committer | Valerio Setti <vsetti@baylibre.com> | Wed Dec 28 13:28:42 2022 +0100 |
tree | 245e1d59acfdc10b69e4a28214af0647ed9120c9 | |
parent | c963bb11c7a1cdb470c13728cc05d8df1d1aabaa [diff] |
changelog: fix text error Signed-off-by: Valerio Setti <vsetti@baylibre.com>
diff --git a/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt index c56b882..d2c9b35 100644 --- a/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt +++ b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt
@@ -1,4 +1,4 @@ Features * SHA224_C/SHA384_C are now independent from SHA384_C/SHA512_C respectively. - This helps in saving code size when some of the above hashes it not + This helps in saving code size when some of the above hashes are not required.