bip32

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

commit 35e8372698334b9d0fbc77dc36085eb065418281
parent 16aeb985ed099fdb9ae50e551e3cec94554257a2
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 22 Feb 2025 13:06:58 +0400

meta: readme typo

Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -49,8 +49,7 @@ garbage-collected language under an optimizing compiler such as GHC, in which strict constant-timeness can be [challenging to achieve][const]. The implementation within passes the official [BIP32 test -vectors](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki# -test-vectors), and all derivations involving secret keys execute +vectors](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#test-vectors), and all derivations involving secret keys execute *algorithmically* in constant time -- see the "Security" notes in the README of [ppad-secp256k1][secp] for more details.