Wording improvement

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2021-05-27 09:51:30 +02:00
parent 84cb8e0063
commit ff92479f71

View file

@ -375,7 +375,7 @@ int mbedtls_ccm_update_ad( mbedtls_ccm_context *ctx,
* ways: * ways:
* - Immediate output: the output length is always equal * - Immediate output: the output length is always equal
* to the input length. * to the input length.
* - Buffered output: but for the last part of input data, * - Buffered output: except for the last part of input data,
* the output consists of a whole number of 16-byte blocks. * the output consists of a whole number of 16-byte blocks.
* If the total input length so far (not including * If the total input length so far (not including
* associated data) is 16 \* *B* + *A* with *A* < 16 then * associated data) is 16 \* *B* + *A* with *A* < 16 then