mbedtls/ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt
Gilles Peskine 10301d4322 Changelog: Consolidate and clarify Armv8 SHA2 acceleration support
Consolidate the entries for SHA512 and SHA256 since they are being released
together.

List the algorithms generically as SHA-2 since this also applies to SHA224
and SHA384.

Clearly state that the instructions are only supported when building for
Aarch64 (64-bit ARMv8+) and not for Aarch32 (32-bit ARMv8+).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-06-09 18:32:22 +02:00

4 lines
104 B
Plaintext

Features
* Add support for the ARMv8 SHA-2 acceleration instructions when building
for Aarch64.