diff --git a/14_encrypted_transport.asciidoc b/14_encrypted_transport.asciidoc index 5b0b82e..76ac438 100644 --- a/14_encrypted_transport.asciidoc +++ b/14_encrypted_transport.asciidoc @@ -582,11 +582,11 @@ total maximum packet length of pass:[2 + 16 + 65,535 + 16 = 65,569] ====== Encrypting and sending messages -[role="pagebreak-after"] To encrypt and send a Lightning message (`m`) to the network stream, given a sending key (`sk`) and a nonce (`sn`), the following steps are completed: +[role="pagebreak-before"] 1. Let `l = len(m)`. + Where `len` obtains the length in bytes of the Lightning message.