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>
This commit is contained in:
parent
271c3052fb
commit
10301d4322
3 changed files with 3 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
Features
|
||||
* A64 SHA-2 crypto extension support for SHA-256
|
3
ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt
Normal file
3
ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Features
|
||||
* Add support for the ARMv8 SHA-2 acceleration instructions when building
|
||||
for Aarch64.
|
|
@ -1,2 +0,0 @@
|
|||
Features
|
||||
* A64 crypto extension support for SHA-512
|
Loading…
Reference in a new issue