mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 14:40:41 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
This commit fixes an oversight within the spec that details the encryption nonces as being encoded in a big-endian form rather an a little-endian for as is intended. Since our internal nonces are 64-bit in order to match with the Noise spec, we encoded the 96-bit nonce as 32-bits of leading zeroes followed by the 64-bit little-endian value. |
||
---|---|---|
tools | ||
00-introduction.md | ||
01-messaging.md | ||
02-peer-protocol.md | ||
03-transactions.md | ||
04-onion-routing.md | ||
05-onchain.md | ||
06-irc-announcements.md | ||
07-routing-gossip.md | ||
08-transport.md | ||
README.md |
Lightning Network In-Progress Specifications
The specifications are currently a work-in-progress and currently being drafted.
Pull requests and comments welcome, seeking input from community stakeholders.
Discussion available on the lighting-dev mailing list.
Start here for Table of Contents
This work is licensed under a Creative Commons Attribution 4.0 International License.