blob: 5b18eb3fc62f6d29cba425f79cc1d0a273b9f792 [file] [log] [blame]
Dave Rodgmand30728c2023-10-04 18:04:39 +01001Features
Dave Rodgmanf097bef2023-10-10 14:56:35 +01002 * Support Armv8-A Crypto Extension acceleration for SHA-256
Dave Rodgman0d3fe732023-10-12 11:00:49 +01003 when compiling for Thumb (T32) or 32-bit Arm (A32).
Dave Rodgman6ab314f2023-10-10 14:00:17 +01004New deprecations
Dave Rodgman830dc3d2023-10-11 11:20:16 +01005 * Rename the MBEDTLS_SHA256_USE_A64_CRYPTO_xxx config options to
6 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still
7 be used, but are deprecated.