File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,31 @@ The supported features for the Mbed TLS companion library are:
4545* AES (all ciphers, all key sizes)
4646* AES CCM
4747* CMAC
48- * ECDSA (secp256r1 only)
49- * ECDH (secp256r1 only)
50- * ECJPAKE (secp256r1 only)
48+ * ECDSA (secp224r1 and secp256r1 only)
49+ * ECDH (secp224r1 and secp256r1 only)
50+ * ECJPAKE (secp224r1 and secp256r1 only)
5151* SHA-1
5252* SHA-256
5353
5454
55+ PSA driver integration
56+ ======================
57+ Starting from version 3.0.9, the nrf_oberon library contains a companion library that provides PSA driver integration for select features.
58+ This must be used with the :ref: `nrf_security `.
59+
60+ Supported features
61+ ------------------
62+ The supported features for the PSA driver companion library are:
63+
64+ * AES CTR/CBC/ECB/CCM/GCM (all key sizes)
65+ * ChaCha20 and Poly1305 (256 bit keys)
66+ * ECDSA (secp224r1 and secp256r1 only)
67+ * ECDH (secp224r1 and secp256r1 only)
68+ * SHA-1
69+ * SHA-224
70+ * SHA-256
71+ * SHA-512
72+
5573nrf_oberon crypto library API
5674=============================
5775:ref: `crypto_api_nrf_oberon `
You can’t perform that action at this time.
0 commit comments