Skip to content

Commit 52a2d66

Browse files
degjorvarlubos
authored andcommitted
docs: nrf_security: drivers: Added ed25519ph to supported
Added ed25519ph to the supported algorithms for cracen Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent b2298e7 commit 52a2d66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/nrf/libraries/security/nrf_security/doc/driver_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The following table shows asymmetric signature algorithm support for each driver
391391
+---------------------------------+---------------------------+----------------------------+---------------------------+
392392
| PureEdDSA | Supported | Supported | Supported |
393393
+---------------------------------+---------------------------+----------------------------+---------------------------+
394-
| HashEdDSA Edwards25519 | Not supported | Not supported | Not supported |
394+
| HashEdDSA Edwards25519 | Not supported | Not supported | Supported |
395395
+---------------------------------+---------------------------+----------------------------+---------------------------+
396396
| HashEdDSA Edwards448 | Not supported | Not supported | Not supported |
397397
+---------------------------------+---------------------------+----------------------------+---------------------------+

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Security
9494
========
9595

9696
* Added support for HKDF-Expand and HKDF-Extract in CRACEN.
97+
* Added support for Ed25519ph(HashEdDSA) to CRACEN
9798

9899
Protocols
99100
=========

0 commit comments

Comments
 (0)