bip32

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

DateCommit messageAuthorFiles+-
2025-02-21 07:30test: vectors 3, 4Jared Tobin1+45-1
2025-02-21 07:25test: vector 2Jared Tobin1+48-2
2025-02-21 07:09lib: export listJared Tobin2+51-33
2025-02-21 07:02test: add derive_partial assertionsJared Tobin1+14-0
2025-02-21 07:01lib: path parser, derivation with bytestring pathJared Tobin1+47-13
2025-02-21 06:04test: s/master_priv/masterJared Tobin1+1-1
2025-02-21 06:04lib: basic derivation path expressionJared Tobin1+19-0
2025-02-21 06:03lib: remove master_pubJared Tobin1+2-14
2025-02-20 14:33test: passing vector 1Jared Tobin1+47-11
2025-02-20 14:25lib: xpub, xprv, tpub, tprv functionsJared Tobin1+57-35
2025-02-20 13:39lib: master_priv, master_pubJared Tobin1+18-2
2025-02-20 13:39test: skeletonJared Tobin1+39-1
2025-02-20 13:38meta: .ghciJared Tobin1+2-0
2025-02-20 13:38test: depsJared Tobin1+3-1
2025-02-20 13:38meta: add ppad deps to flakeJared Tobin2+41-1
2025-02-20 13:37lib: fingerprint is 32 bits, not 32 bytesJared Tobin1+1-1
2025-02-17 06:58lib: most functionalityJared Tobin1+63-39
2025-02-17 05:52lib: skeletonJared Tobin4+200-5
2025-02-15 12:30lib: initJared Tobin8+501-0