2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00

ch-10: expand high level explanation of how Bob constructs the next onion packet

Still need to expand on the blinded of the session key as noted in the TODO section below.
This commit is contained in:
Olaoluwa Osuntokun 2021-07-25 20:02:38 -07:00 committed by Andreas M. Antonopoulos
parent f9d600f97e
commit 34f08eef84

View File

@ -642,7 +642,7 @@ No one can tell the difference between filler put there by Alice and filler put
==== Bob constructs the new onion packet
Bob now copies the onion payload into the onion packet
Bob now copies the onion payload into the onion packet, appends the outer HMAC for chan, re-randomizes the session key with the Elliptic Curve multiplication operation, and appends a fresh version byte.
////
TODO