mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 06:35:18 +01:00
BOLT 8: fix sk,rk definition for responder.
Cut & paste and insufficiently mangled from initiator wording... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
df871d659e
commit
d251c7eef3
1 changed files with 3 additions and 3 deletions
|
@ -483,11 +483,11 @@ construction, and `16 bytes` for a final authenticating tag.
|
|||
|
||||
|
||||
`rk` is the key to be used by the responder to decrypt the messages sent
|
||||
by the responder,
|
||||
by the initiator,
|
||||
|
||||
|
||||
and `sk` is the key to be used by the initiator to encrypt messages to
|
||||
the responder,
|
||||
and `sk` is the key to be used by the responder to encrypt messages to
|
||||
the initiator,
|
||||
|
||||
* This step generates the final encryption keys to be used for sending and
|
||||
receiving messages for the duration of the session.
|
||||
|
|
Loading…
Add table
Reference in a new issue