mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
This commit adds a RevocationKeyLocator field to the OpenChannel struct so that the SCB derivation doesn't have to brute-force the sha chain root key and match the public key. ECDH derivation is now used to derive the key instead of regular private key derivation a la DerivePrivKey. The legacy can still be used to recover old channels. |
||
|---|---|---|
| .. | ||
| backup.go | ||
| backup_test.go | ||
| backupfile.go | ||
| backupfile_test.go | ||
| crypto.go | ||
| crypto_test.go | ||
| log.go | ||
| multi.go | ||
| multi_test.go | ||
| pubsub.go | ||
| pubsub_test.go | ||
| recover.go | ||
| recover_test.go | ||
| single.go | ||
| single_test.go | ||