Skip to content

Commit 2dcaece

Browse files
Ron EldorRon Eldor
authored andcommitted
Fix typo
suipport -> support
1 parent a08b150 commit 2dcaece

File tree

1 file changed

+1
-1
lines changed
  • features/cryptocell/FEATURE_CRYPTOCELL310

1 file changed

+1
-1
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To port your CC 310 driver to Mbed OS on your specific target, do the following:
3131
There are three additional modules that have alternative implementation support, which are not enabled by default.
3232
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.
3333
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.
3535
* `CMAC` which only supports AES 128 bit key size, in opposed to previous supporting DES and all key sizes.
3636
* `SHA512` which only supports SHA512, in opposed to previously supporting SHA384 as well.
3737

0 commit comments

Comments
 (0)