fixed the multi-hop-locks graphic which seemed to have an "off by one" error in the setup phase#7
Conversation
|
Thanks for the suggestion, but that's not correct because |
|
I don't get the first part of your statement about Why would Alice send the triplet |
jonasnick
left a comment
There was a problem hiding this comment.
Why would Alice send the triplet
(zG,y0,(z+y0)G)to herself?
She doesn't send herself anything, she just set up locks. The proof of payment can be thought of as an additional pair of locks she sets up for herself. y0 is necessary to prevent Bob from also learning z. There should be a note about that.
and why sending even stuff with
y1over to Bob?
I don't understand. Can you clarify that?
In that case I don't understand what Dave will get?
Dave gets y0 + y1 + y2 from Alice.
Dave is never being told the "adoptor secret"
z+y0+y1+y2?
Dave knows z because he has generated in the very first step, before giving z*G to Alice. He can therefore compute the adaptor secret.
|
please review again. I have fixed my previous mistake but I have removed the |
|
Could you rebase please? |
|
I wonder why github still shows the conflict. I guess it is just with those binary files. but I did a "manual" rebase |
|
Looks like there's something wrong with your rebase. Your PR now contains 6 commits; ideally it would be only one as before. |
|
one commit even though still not rebased. here you go. |
|
Hm, looks like this PR was indeed successfully rebased with the image having the changes from master. Merging. |
I think there was an off by one error in the png file of the multi-hop-lock folder. I guess that is why the last triplet which was send to Dave also contained
...as stuff did not end up but the concept seemed clear. Hope I did not break it as I am still fighting a little bit with the notation of the entire document and I am not able to reproduce the entire multihop workflow yet.fyi @jonasnick