mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Change default and max AEAD chunk size to 4 MiB
-- This is per OpenPGP WG design team decision from 2021-08-13 (raising a new wall after exactly 60 years ;-) Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0b64c27446
commit
ad3dabc9fb
2 changed files with 4 additions and 4 deletions
|
@ -2391,7 +2391,7 @@ receiving side can check for transmission errors or tampering at the
|
|||
end of each chunk and does not need to delay this until all data has
|
||||
been received. The used chunk size is 2^@var{n} byte. The lowest
|
||||
allowed value for @var{n} is 6 (64 byte) and the largest is the
|
||||
default of 27 which creates chunks not larger than 128 MiB.
|
||||
default of 22 which creates chunks not larger than 4 MiB.
|
||||
|
||||
@item --input-size-hint @var{n}
|
||||
@opindex input-size-hint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue