keychain: add a btcwallet implementation of the KeyRing and SecretKeyRing interfaces

This commit is contained in:
Olaoluwa Osuntokun
2018-02-17 14:55:56 -08:00
parent aebe7f35dc
commit d6f54b30fc
2 changed files with 289 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const (
// KeyDerivationVersion is the version of the key derivation schema
// defined below. We use a version as this means that we'll be able to
// accept new seed in the future and be able to discern if the software
// is compatible with the version of the weed.
// is compatible with the version of the seed.
KeyDerivationVersion = 0
// BIP0043Purpose is the "purpose" value that we'll use for the first