mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +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
@ -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…
Reference in New Issue
Block a user