bolt4

Onion routing protocol, per BOLT #4 (docs.ppad.tech/bolt4).
git clone git://git.ppad.tech/bolt4.git
Log | Files | Refs | README | LICENSE

commit c373cb39cdfc8cbbe544d887fa89fb4572260d94
parent 096f69466d61985c656185a6f540a11bb9c6ec30
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 11:31:55 +0800

meta: add changelog

Diffstat:
Mppad-bolt4.cabal | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ppad-bolt4.cabal b/ppad-bolt4.cabal @@ -9,6 +9,7 @@ maintainer: jared@ppad.tech category: Cryptography build-type: Simple tested-with: GHC == 9.10.3 +extra-doc-files: CHANGELOG description: A pure Haskell implementation of BOLT4 (onion routing) from the Lightning Network protocol specification.