-
Notifications
You must be signed in to change notification settings - Fork 12
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
Specs and implement SURBs #19
Comments
Am I right that it is not possible to send any anonymous reply back to the initiator without this feature implemented? |
hey @derlaft! At this point you can add a breadcrumb to the package that each of the relayers will use to keep state locally to relay the response back to the destination. So, it is possible to possible to send an anonymous reply back to the initiator, but the relayers will have to keep state of the package channel, which the sphinx protocol tries to avoid. With SURBs we can bypass the state completely and avoid potential linking problems with the breadcrumbs. |
@gpestana not sure how encryption should work in this case. But probably, since libp2p already handles streams and stuff, it may be possible to use this library |
SURB (single-use-reply-block) allows the last relay to send the response back to the initiator, while respecting the privacy and security properties of onion routing. Using SURBs must be optional.
The text was updated successfully, but these errors were encountered: