From 42edacd9e77d06ef2b0097c078f7409030ff68b7 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 30 Nov 2017 17:35:29 -0600 Subject: [PATCH] BOLT 8: Fix current set typo. --- 08-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-transport.md b/08-transport.md index c7df271..9d6182c 100644 --- a/08-transport.md +++ b/08-transport.md @@ -37,7 +37,7 @@ Diffie-Hellman) operations followed by a `MAC` check. The authenticated key agreement (`Noise_XK`) is performed in three distinct steps. During each "act" of the handshake, some (possibly encrypted) keying material is sent to the other party, an `ECDH` is performed based on exactly -which act is being executed with the result mixed into the current sent of +which act is being executed with the result mixed into the current set of encryption keys (`ck` the chaining key and `k` the encryption key), and finally an `AEAD` payload with a zero length cipher text is sent. As this payload is of length zero, only a `MAC` is sent across. The mixing of `ECDH` outputs into