File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
features/mbedtls/targets/TARGET_Silicon_Labs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx,
107
107
* size (16 bytes)
108
108
*
109
109
* \note Upon exit, the content of the IV is updated so that you can
110
- * call the function same function again on the following
111
- * block(s) of data and get the same result as if it was
112
- * encrypted in one call. This allows a "streaming" usage.
110
+ * call the same function again on the following block(s) of
111
+ * data and get the same result as if it was encrypted in one
112
+ * call. This allows a "streaming" usage.
113
113
* If on the other hand you need to retain the contents of the
114
114
* IV, you should either save it manually or use the cipher
115
115
* module instead.
You can’t perform that action at this time.
0 commit comments