commit | 452a415476886b5f0d7c2c51481212422db92a16 | [log] [tgz] |
---|---|---|
author | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Fri Jun 03 09:10:02 2022 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Fri Jun 03 16:18:15 2022 +0200 |
tree | e160cb6768b6f602e697ca45bbd9af296d5fd7d5 | |
parent | 73f97d484101aee030891cd4ecc44732bd1cee88 [diff] |
Changelog: HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/ChangeLog.d/hkdf_extract_expand.txt b/ChangeLog.d/hkdf_extract_expand.txt new file mode 100644 index 0000000..c394bbd --- /dev/null +++ b/ChangeLog.d/hkdf_extract_expand.txt
@@ -0,0 +1,2 @@ +Features + * Add HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API.