From rusty at rustcorp.com.au Tue Oct 6 01:49:14 2015 From: rusty at rustcorp.com.au (Rusty Russell) Date: Tue, 06 Oct 2015 12:19:14 +1030 Subject: [Lightning-dev] Onion routing strawman proposal In-Reply-To: <20151005150210.GA27201@navy> References: <877fn5om6g.fsf@rustcorp.com.au> <20151003163855.GA22873@navy> <20151004055717.GA14108@navy> <20151005150210.GA27201@navy> Message-ID: <87oagcn4v9.fsf@rustcorp.com.au> Anthony Towns writes: > (though about 1/3 of the python lines are just implementing "determine > y given x" and "ecdh with y as well as x", bleh. It also doesn't have > the "export-friendly encryption" mode implemented ;) > >> Eh, I made it a pull request; those are fun right? >> https://github.com/ElementsProject/lightning/pull/8 > > (This is updated correspondingly) Thanks, merged. I reworked test_onion and Makefile test to separate generate and decode; we should mix in the python version there too. See updated onion branch. Cheers, Rusty.