From: Loup Vaillant Date: Fri, 1 Nov 2024 09:17:00 +0000 (+0100) Subject: Document maximum AEAD message size X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bf092f17cd88ccdba00fa5c92a1565789be376cb;p=Monocypher.git Document maximum AEAD message size Fixes #279 --- diff --git a/doc/crypto_aead_lock.3monocypher b/doc/crypto_aead_lock.3monocypher index 348c3bf..e61fb2c 100644 --- a/doc/crypto_aead_lock.3monocypher +++ b/doc/crypto_aead_lock.3monocypher @@ -206,6 +206,11 @@ Length of both .Fa plain_text and .Fa cipher_text , in bytes. +Virtually unlimited, +except when +.Fn crypto_aead_init_ietf +is used, +in which case it must never exceed 2^38 - 64. .El .Pp The