Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
document more things
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jun 12, 2018
1 parent 54b9bd5 commit 0e710fb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions keys/hd/hdpath.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
// Package hd provides bip44 / bip 32 functionality.
// - bip 32 paths work too
// TODO(ismail): proper documentation
// Package hd provides basic functionality Hierarchical Deterministic Wallets.
//
// The user must understand the overall concept of the BIP 32 and the BIP 44 specs:
// - https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
// - https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
//
// In combination with the bip39 package in go-crypto this package provides the functionality for deriving keys using a
// BIP 44 HD path, or, more general, by passing a BIP 32 path.
//
// In particular, this package (together with bip39) provides all necessary functionality to derive keys from
// mnemonics generated during the cosmos fundraiser.
package hd

import (
Expand Down

0 comments on commit 0e710fb

Please sign in to comment.