Dave Rodgman | d30728c | 2023-10-04 18:04:39 +0100 | [diff] [blame] | 1 | Features |
Dave Rodgman | f097bef | 2023-10-10 14:56:35 +0100 | [diff] [blame] | 2 | * Support Armv8-A Crypto Extension acceleration for SHA-256 |
Dave Rodgman | 0d3fe73 | 2023-10-12 11:00:49 +0100 | [diff] [blame] | 3 | when compiling for Thumb (T32) or 32-bit Arm (A32). |
Dave Rodgman | 6ab314f | 2023-10-10 14:00:17 +0100 | [diff] [blame] | 4 | New deprecations |
Dave Rodgman | 830dc3d | 2023-10-11 11:20:16 +0100 | [diff] [blame] | 5 | * 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. |