]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Randomize initial onion packet data. 2019-11-rand-onion
authorMatt Corallo <git@bluematt.me>
Mon, 25 Nov 2019 21:12:45 +0000 (16:12 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 2 Dec 2019 00:22:44 +0000 (19:22 -0500)
This avoids at least the trivial hop count discovery attack, though
other obvious ones remain and are slightly harder to avoid.

See https://github.com/lightningnetwork/lightning-rfc/pull/697


No differences found