Update changelog
This patch adds explicit wording to state that Two's complement is the official supported signed integer representation. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
1865585eab
commit
e87790baba
1 changed files with 3 additions and 0 deletions
|
@ -488,6 +488,9 @@ New deprecations
|
||||||
deprecated.
|
deprecated.
|
||||||
* PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH
|
* PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH
|
||||||
have been renamed, and the old names deprecated.
|
have been renamed, and the old names deprecated.
|
||||||
|
* Signed magnitude and one's complement implementations for signed integers are
|
||||||
|
are now officially not supported. Two's Complement is the only supported
|
||||||
|
implementation going forward.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.
|
* The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.
|
||||||
|
|
Loading…
Reference in a new issue