mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-16 16:01:04 +02:00
* Node ID’s can only be as long as the security parameter k. Using 16 gives us much smaller overhead for routing messages. However, this means all node ID’s would have to be 16 bytes. * So with this change a node-id is the SHA-256 of a node’s public key. The public key MUST be serialized in compressed form. This node-id could then possibly be encoded as a bitcoin address (Base58Check). * It’s assumed senders have a way to retrieve a node’s public key given the node id.
Description
Lightning Network Daemon ⚡️
bitcoinblockchaincryptocurrencycryptographylightninglightning-networkmicropaymentspaymentspeer-to-peerprotocol
MIT
182 MiB
Languages
Go
99.4%
Shell
0.4%
Makefile
0.1%