Add changelog entry

Signed-off-by: Aditya Deshpande <[email protected]>
This commit is contained in:
Aditya Deshpande
2022-11-30 15:56:42 +00:00
parent b6bc7524f9
commit 5484e96117
@@ -0,0 +1,5 @@
Features
* Add a driver dispatch layer for raw key agreement, enabling alternative
implementations of raw key agreement through the key_agreement driver
entry point. This entry point is specified in the proposed PSA driver
interface, but had not yet been implemented.