bolt8

Encrypted and authenticated transport, per BOLT #8.
git clone git://git.ppad.tech/bolt8.git
Log | Files | Refs | README | LICENSE

commit 5bed2126efb3a6d91224b05a6395ddc2e566470b
parent 5c168f3f037616a3c64986d82bb5b0c4f0317d2b
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 11 Jan 2026 09:37:24 +0400

lib: update deps

Diffstat:
Mppad-bolt8.cabal | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ppad-bolt8.cabal b/ppad-bolt8.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bolt8 -version: 0.2.0 +version: 0.0.1 synopsis: Encrypted and authenticated transport per BOLT #8 license: MIT license-file: LICENSE @@ -8,7 +8,7 @@ author: Jared Tobin maintainer: jared@ppad.tech category: Cryptography build-type: Simple -tested-with: GHC == 9.8.1 +tested-with: GHC == 9.10.3 extra-doc-files: CHANGELOG description: Encrypted and authenticated transport, per @@ -28,9 +28,9 @@ library build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 - , ppad-aead >= 0.2 && < 0.3 - , ppad-secp256k1 >= 0.4 && < 0.5 - , ppad-sha256 >= 0.2 && < 0.3 + , ppad-aead >= 0.3 && < 0.4 + , ppad-secp256k1 >= 0.5.3 && < 0.6 + , ppad-sha256 >= 0.3 && < 0.4 test-suite bolt8-tests type: exitcode-stdio-1.0