Skip to content

Commit

Permalink
doc: nrf_security: Adding HKDF-extract and HKDF-Expand to supported
Browse files Browse the repository at this point in the history
HKDF-Extract and HKDF-Expand support have been added to cracen
Updating docs to match

Signed-off-by: Dag Erik Gjørvad <[email protected]>
  • Loading branch information
degjorva authored and rlubos committed Jan 7, 2025
1 parent 7b49c65 commit 6544adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/libraries/security/nrf_security/doc/driver_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ The following table shows key derivation function (KDF) support for each driver:
+==============================+==========================+============================+===========================+
| HKDF | Not supported | Supported | Supported |
+------------------------------+--------------------------+----------------------------+---------------------------+
| HKDF-Extract | Not supported | Supported | Not Supported |
| HKDF-Extract | Not supported | Supported | Supported |
+------------------------------+--------------------------+----------------------------+---------------------------+
| HKDF-Expand | Not supported | Supported | Not Supported |
| HKDF-Expand | Not supported | Supported | Supported |
+------------------------------+--------------------------+----------------------------+---------------------------+
| PBKDF2-HMAC | Not supported | Supported | Supported |
+------------------------------+--------------------------+----------------------------+---------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Developing with PMICs
Security
========

|no_changes_yet_note|
* Added support for HKDF-Expand and HKDF-Extract in CRACEN.

Protocols
=========
Expand Down

0 comments on commit 6544adf

Please sign in to comment.