Fix typo in documentation (CTR warning)

This commit is contained in:
Manuel Pégourié-Gonnard 2018-03-01 13:48:21 +01:00
parent 21662148f7
commit f6b787cbcc
4 changed files with 4 additions and 4 deletions

View file

@ -262,7 +262,7 @@ int mbedtls_aria_crypt_cfb128( mbedtls_aria_context *ctx,
* 2. Use a randomly-generated \p nonce_counter for each call.
* With this strategy, you need to ensure the nonce is generated
* in an unbiased way and you must not encrypt more than 2**64
* block of data.
* blocks of data.
*
* Note that for both stategies, the limit is in number of blocks
* and that an ARIA block is 16 bytes.