a63b20d28b
This brings them in line with PSA Crypto API 1.0.0 PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH -> PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG PSA_ALG_AEAD_WITH_TAG_LENGTH -> PSA_ALG_AEAD_WITH_SHORTENED_TAG Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
7 lines
282 B
Text
7 lines
282 B
Text
API changes
|
|
* Renamed the PSA Crypto API AEAD tag length macros to bring them in line
|
|
with version 1.0.0 of the specification.
|
|
|
|
New deprecations
|
|
* PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH
|
|
have been renamed, and the old names deprecated.
|