From 3a77949c895f51cbcb92383b52088b60099f4913 Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 10 Dec 2021 10:45:37 +0000 Subject: [PATCH] changelog: Addressed review comments #2 Signed-off-by: Minos Galanakis --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bb6e0060fe..e9a75af2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -488,8 +488,8 @@ New deprecations deprecated. * PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH have been renamed, and the old names deprecated. - * Signed magnitude and one's complement implementations for signed integers are - not supported. Two's complement is the only supported implementation. + * Signed magnitude and one's complement representations for signed integers are + not supported. Two's complement is the only supported representation. Features * The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.