From rusty at rustcorp.com.au Wed Nov 18 05:17:58 2020 From: rusty at rustcorp.com.au (Rusty Russell) Date: Wed, 18 Nov 2020 15:47:58 +1030 Subject: [Lightning-dev] Minor tweaks to blinded path proposal Message-ID: <87k0uj8cqh.fsf@rustcorp.com.au> See: https://github.com/lightningnetwork/lightning-rfc/blob/route-blinding/proposals/route-blinding.md 1. Can we use additive tweaks instead of multiplicative? They're slightly faster, and supported by the x-only secp API. 2. Can we use x-only pubkeys? It's generally trivial, and a byte shorter. I'm using them in offers to great effect. Thanks! Rusty.