Cosmetic fix

pull/4825/head
Steven Cooreman 2017-10-31 18:58:15 +01:00
parent 2e2fb6ff26
commit 2f02a23ac0
1 changed files with 3 additions and 3 deletions

View File

@ -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.