:: Re: [Libbitcoin] BIP 32 HD wallet s…
Top Page
Delete this message
Reply to this message
Author: William Swanson
Date:  
To: libbitcoin
Subject: Re: [Libbitcoin] BIP 32 HD wallet support
On Fri, Mar 21, 2014 at 8:33 PM, William Swanson <swansontec@???> wrote:
> I have just updated my BIP 32 branch. The new code implements both
> halves of the "Hierarchical Deterministic Wallets" algorithm,
> including generating public keys from other public keys. There is
> still no error checking, and the public key generator leaks memory,
> but at least the code passes the full test suite from the BIP.


I have implemented error checking and memory cleanup, and everything
is pushed to master. This task is now finished!

-William