From rusty at rustcorp.com.au Sun Dec 2 22:47:02 2018 From: rusty at rustcorp.com.au (Rusty Russell) Date: Mon, 03 Dec 2018 09:17:02 +1030 Subject: [Lightning-dev] Dual Funding Proposal In-Reply-To: References: <87ftvje0f4.fsf@rustcorp.com.au> Message-ID: <87mupnfswp.fsf@rustcorp.com.au> ZmnSCPxj writes: >> 128-bit seed in >> open_channel2 could be added, with sorting by SHA(seed | > input> | ) and SHA(seed | )? > > `open_channel2` contains a good amount of entropy --- temporary channel ID, various basepoints. > Would not hashing `open_channel2` to get this `seed` be sufficient? Good point. Something we already have to remember would be ideal, so any of the basepoints would work, and is not exposed onchain. seed = revocation_basepoint of open_channel2? Cheers, Rusty.