Branch: refs/heads/master
  Home:   https://github.com/conformal/btcnet
  Commit: 0994bcf4b2ef5f56a2493c15281c156c26dabf6c
      
https://github.com/conformal/btcnet/commit/0994bcf4b2ef5f56a2493c15281c156c26dabf6c
  Author: Dave Collins <[email protected]>
  Date:   2014-07-19 (Sat, 19 Jul 2014)

  Changed paths:
    M params.go
    M register_test.go

  Log Message:
  -----------
  Add priv and public key bytes for HD wallet keys.

This commit introduces an HDPrivateKeyID and HDPublicKeyID field to the
params struct which are used by hierarchical deterministic extended keys
as defined by BIP0032.

In addition, a new function named HDPrivateKeyToPublicKeyID has been added
to allow the caller to get the associated public key ID given a private
key ID.

The tests have also been updated to maintain 100% test coverage.

ok @jrick


Reply via email to