Wording improvement
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
84cb8e0063
commit
ff92479f71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue