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:
parent
add074bd2a
commit
42edacd9e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue