bip32

Pure Haskell BIP32 hierarchical deterministic wallets.
git clone git://git.ppad.tech/bip32.git
Log | Files | Refs | README | LICENSE

commit 2318e1baf39e873fafd5b069c025963f39a37d03
parent 6829fbdac73cafd5846f489dc72b2b7a72693e47
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 22 Feb 2025 14:38:16 +0400

lib: comment nit

Diffstat:
Mlib/Crypto/HDKey/BIP32.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Crypto/HDKey/BIP32.hs b/lib/Crypto/HDKey/BIP32.hs @@ -14,7 +14,7 @@ -- -- [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) -- hierarchical deterministic wallets and extended keys, with support for --- both serialization and parsing. +-- serialization and parsing. module Crypto.HDKey.BIP32 ( -- * Hierarchical deterministic keys