X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_aead.h;h=8e35a1fdeb43d184b0f187ee912e5b172bf6c58d;hp=c495dc20dbb2e1198520764cbea122fb386b5696;hb=fb4296c593895fe6758f42642bcc4f6fea2f8710;hpb=12db697bccf2ff732665b9c7668c0826513489e0 diff --git a/inc/bearssl_aead.h b/inc/bearssl_aead.h index c495dc2..8e35a1f 100644 --- a/inc/bearssl_aead.h +++ b/inc/bearssl_aead.h @@ -877,7 +877,7 @@ extern const br_aead_class br_eax_vtable; * can still be provided by chunks, but the total size must match * the value provided upon initialisation. * - * - The nonce length is constrained betwen 7 and 13 bytes (inclusive). + * - The nonce length is constrained between 7 and 13 bytes (inclusive). * Furthermore, the plaintext length, when encoded, must fit over * 15-nonceLen bytes; thus, if the nonce has length 13 bytes, then * the plaintext length cannot exceed 65535 bytes.