Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bolt4: clarify packet forwarding blinding #1012

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions 04-onion-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,7 @@ A special `hmac` value of 32 `0x00`-bytes indicates that the currently processin

If the HMAC does not indicate route termination, and if the next hop is a peer of the
processing node; then the new packet is assembled. Packet assembly is accomplished
by blinding the ephemeral key with the processing node's public key, along with the
shared secret, and by serializing the `hop_payloads`.
by (blinding the ephemeral key)[#blinding-ephemeral-keys], and by serializing the `hop_payloads`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't correctly display the link, this should work:

Suggested change
by (blinding the ephemeral key)[#blinding-ephemeral-keys], and by serializing the `hop_payloads`.
by [blinding the ephemeral key](#blinding-ephemeral-keys), and by serializing the `hop_payloads`.

The resulting packet is then forwarded to the addressed peer.

## Requirements
Expand Down