Skip to content

Commit

Permalink
Edited 14_encrypted_transport.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenORM committed Nov 19, 2021
1 parent 552291d commit 64153be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_encrypted_transport.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ steps are completed:
* A zero-length byte slice is to be passed as the AD (associated data).
* The nonce `rn` must be incremented after this step.
4. Read _exactly_ `l + 16` bytes from the network buffer, and let the bytes be
known as `c`.
known pass:[<span class="keep-together">as <code>c</code></span>].
5. Decrypt `c` (using `ChaCha20-Poly1305`, `rn`, and `rk`) to obtain decrypted
plain-text packet `p`.
+
Expand Down

0 comments on commit 64153be

Please sign in to comment.