I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1671e3b1 authored by zzz's avatar zzz
Browse files

Fix bad size estimate when tags are included in the AES block,

resulting in trailing zeros after the random padding in the unencrypted AES data block.
The number of zeros equaled the number of tags included (typ. 6 or 40).
As the data size is rounded up to the next multiple of 16,
this increased the size of the data by 0, 16, 32, or 48 bytes when tags were included.
Bug introduced 2004-10-30.
parent 97b05b1d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment