Skip to content

Commit

Permalink
Document maximum AEAD message size
Browse files Browse the repository at this point in the history
Fixes #279
  • Loading branch information
LoupVaillant committed Nov 1, 2024
1 parent adc0cfa commit bf092f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/crypto_aead_lock.3monocypher
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf092f1

Please sign in to comment.