Edited 14_encrypted_transport.asciidoc with Atlas code editor

pull/910/head
kristen@oreilly.com 3 years ago
parent 7178713054
commit acc66bbd05

@ -582,11 +582,11 @@ total maximum packet length of pass:[<span>2 + 16 + 65,535 + 16 = 65,569</span>]
====== 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.

Loading…
Cancel
Save