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

ProcessOnionPacketWithExternalSigner

Open Evanfeenstra opened this issue 4 years ago • 0 comments

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:

func(dhKey *btcec.PublicKey) (sphinx.Hash256, error)

Evanfeenstra avatar Jul 08 '21 00:07 Evanfeenstra