You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To port your CC 310 driver to Mbed OS on your specific target, do the following:
31
31
There are three additional modules that have alternative implementation support, which are not enabled by default.
32
32
The reason is to allow backwards compatability, as these modules don't have full functionality, and return `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for some features.
33
33
The modules are:
34
-
*`AES` which only supports 128 bit key size, in opposed to previous suipport for all key sizes.
34
+
*`AES` which only supports 128 bit key size, in opposed to previous support for all key sizes.
35
35
*`CMAC` which only supports AES 128 bit key size, in opposed to previous supporting DES and all key sizes.
36
36
*`SHA512` which only supports SHA512, in opposed to previously supporting SHA384 as well.
0 commit comments