From fe6c19b69cd1b4ed4ba7193367a35fb8dccb7b7c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 22 Dec 2022 15:05:27 +0100 Subject: [PATCH] added changelog file for PR #6784 Signed-off-by: Valerio Setti --- .../make_sha224_sha384_independent_from_sha256_sha512.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt diff --git a/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt new file mode 100644 index 000000000..c56b8829d --- /dev/null +++ b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt @@ -0,0 +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 + required.