From 64153bee8c64a871f8daaf1a54cbdd59785a9b30 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Fri, 19 Nov 2021 11:57:06 -0800 Subject: [PATCH] Edited 14_encrypted_transport.asciidoc with Atlas code editor --- 14_encrypted_transport.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14_encrypted_transport.asciidoc b/14_encrypted_transport.asciidoc index 4f2962c..8cb2dd9 100644 --- a/14_encrypted_transport.asciidoc +++ b/14_encrypted_transport.asciidoc @@ -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:[as c]. 5. Decrypt `c` (using `ChaCha20-Poly1305`, `rn`, and `rk`) to obtain decrypted plain-text packet `p`. +