1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 09:10:07 +01:00

BOLT 8: Fix current set typo.

This commit is contained in:
Dave Collins 2017-11-30 17:35:29 -06:00 committed by Rusty Russell
parent add074bd2a
commit 42edacd9e7

View file

@ -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