1
0
Fork 0
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)
Find a file
Olaoluwa Osuntokun 7e067bd0d9
BOLT 8: specify that chacha nonces are 96-bit little-endian
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.
2017-01-06 13:57:32 -08:00
tools BOLT 2: remove attempts to align signatures. 2016-11-29 12:58:13 +10:30
00-introduction.md Some spelling and language fixes in BOLTs 0,1,2 2016-12-06 15:30:48 +01:00
01-messaging.md BOLT01: Further specifying what it means to be printable 2017-01-03 10:27:44 +10:30
02-peer-protocol.md BOLT 2: fix duplicate numbers. 2017-01-06 13:22:39 +10:30
03-transactions.md witnessScript is part of witness + null dummy for OP_CHECKMULTISIG (#70) 2017-01-04 16:09:18 +10:30
04-onion-routing.md BOLT 4: format data layout like BOLT 1 and 2 2017-01-06 10:01:09 +10:30
05-onchain.md witnessScript is part of witness + null dummy for OP_CHECKMULTISIG (#70) 2017-01-04 16:09:18 +10:30
06-irc-announcements.md [trivial] Some spelling and language fixes in BOLTs 6,7,8 (#41) 2016-12-09 10:32:23 +10:30
07-routing-gossip.md BOLT 2, BOLT 7: rename expiry to cltv-expiry / cltv-expiry-delta. 2017-01-06 10:01:09 +10:30
08-transport.md BOLT 8: specify that chacha nonces are 96-bit little-endian 2017-01-06 13:57:32 -08:00
README.md Add CC-BY. 2016-11-23 06:22:59 +10:30

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

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.