Hello,
I am currently working on a project using the nRF54 Series and I am evaluating the capabilities of the CRACEN versus the nrf_oberon software library.
I would like to confirm if the following cryptographic operations can be fully offloaded to the CRACEN hardware via the PSA Crypto API:
-
SHA1-ECDSA: Is ECDSA signing/verification using SHA-1 as the hash engine supported in hardware?
-
RSA-SHA256-PKCS1-PSS: Is RSA-PSS (with SHA-256) supported by the CRACEN RSA engine?
-
ECDH-256: Is Elliptic Curve Diffie-Hellman fully supported in hardware?
Furthermore, is there a comprehensive comparison document or matrix available that details which cryptographic commands/algorithms are implemented in CRACEN versus those that fall back to Oberon?
Best regards