mbedtls/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt
Valerio Setti fe6c19b69c added changelog file for PR #6784
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2022-12-22 15:05:27 +01:00

5 lines
177 B
Plaintext

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.