1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

bip151: remove aad change.

This commit is contained in:
Christopher Jeffrey 2016-07-27 00:26:34 -07:00
parent f388fef2f6
commit 0607a34fcf
No known key found for this signature in database
GPG key ID: 8962AB9DE6666BBD

View file

@ -123,8 +123,6 @@ After a successful <code>encinit</code>/<code>encack</code> interaction from bot
Encrypted messages do not have the 4byte network magic.
The ciphertext payload length must be included in the AEAD MAC as AAD.
The maximum message length needs to be chosen carefully. The 4 byte length field can lead to a required message buffer of 4 GiB.
Processing the message before the authentication succeeds must not be done.