Join Nostr
2023-06-09 13:01:29 UTC
in reply to

Rusty Russell [ARCHIVE] on Nostr: 📅 Original date posted:2020-11-18 📝 Original message: See: 1. Can we use ...

📅 Original date posted:2020-11-18
📝 Original message:
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.