lightning-onion icon indicating copy to clipboard operation
lightning-onion copied to clipboard

Onion Routed Micropayments for the Lightning Network

Results 13 lightning-onion issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR adds the changes that higher layers will need in order to take advantage of route blinding as defined [in the spec proposal](https://github.com/lightning/bolts/pull/765) Note that callers of this code...

hey, nice work with ln and this module! at hashmatter we're planning to implement the sphinx-onion and hornet message formats and protocols for general purpose, to be used as a...

This PR adds grammar fixes to the doc.

Adds a `ProcessOnionPacketWithExternalSigner` function, which is a simple way to process onion packets using external keys (like from a hardware wallet). The final argument is a function with this signature:...

The loop can be started from 0 rather than from 1, and the cached blinding factor was actually the cached ephemeral private key, so I renamed the variable.

I added some features and explained how to use the cmd line utility because it wasn't obvious `decode` was reading from stdin. Also, I think I found and fixed a...