mbedtls/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt

5 lines
178 B
Text
Raw Normal View History

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 are not
required.