* mutate Y value in link up/down relay messages via Y ^ HS(k)

pull/7/head
Jeff Becker 6 years ago
parent f7ab46aef0
commit 7205bebfd3

@ -349,7 +349,7 @@ otherwise transmit a LRUM to the next hop
p: p,
v: 0,
x: x1,
y: y
y: y ^ HS(k)
}
link relay downstream message (LRDM)
@ -377,7 +377,7 @@ x1 = SE(k, y, x)
p: p,
v: 0,
x: x1,
y: y
y: y ^ HS(k)
}
link immediate dht message (LIDM):

Loading…
Cancel
Save