diff --git a/08-transport.md b/08-transport.md index 93dfbe9..2bd35b0 100644 --- a/08-transport.md +++ b/08-transport.md @@ -411,7 +411,7 @@ The *maximum* size of _any_ Lightning message MUST NOT exceed `65535` bytes. A maximum size of `65535` simplifies testing, makes memory management easier, and helps mitigate memory-exhaustion attacks. -In order to make make traffic analysis more difficult, the length prefix for +In order to make traffic analysis more difficult, the length prefix for all encrypted Lightning messages is also encrypted. Additionally a 16-byte `Poly-1305` tag is added to the encrypted length prefix in order to ensure that the packet length hasn't been modified when in-flight and also to avoid