mirror of https://github.com/ARMmbed/mbed-os.git
Cosmetic fix
parent
2e2fb6ff26
commit
2f02a23ac0
|
@ -107,9 +107,9 @@ int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx,
|
||||||
* size (16 bytes)
|
* size (16 bytes)
|
||||||
*
|
*
|
||||||
* \note Upon exit, the content of the IV is updated so that you can
|
* \note Upon exit, the content of the IV is updated so that you can
|
||||||
* call the function same function again on the following
|
* call the same function again on the following block(s) of
|
||||||
* block(s) of data and get the same result as if it was
|
* data and get the same result as if it was encrypted in one
|
||||||
* encrypted in one call. This allows a "streaming" usage.
|
* call. This allows a "streaming" usage.
|
||||||
* If on the other hand you need to retain the contents of the
|
* If on the other hand you need to retain the contents of the
|
||||||
* IV, you should either save it manually or use the cipher
|
* IV, you should either save it manually or use the cipher
|
||||||
* module instead.
|
* module instead.
|
||||||
|
|
Loading…
Reference in New Issue