David Hill
|
cefb048288
|
update EncodePrivateKey and DecodePrivateKey to take a btcnet parameter
|
2013-11-01 00:45:38 -04:00 |
|
David Hill
|
7e3c9c1aed
|
Add two new functions: EncodePrivateKey and DecodePrivateKey
EncodePrivateKey encodes a raw private key into Wallet Import Format.
DecodePrivateKey decodes the WIF string to a raw private key.
|
2013-10-31 23:51:45 -04:00 |
|
Josh Rickmar
|
e433a02e4b
|
Encode and decode addresses with a btcwire.BitcoinNet, not a byte.
While here, fix a couple of append() leaks.
|
2013-10-08 13:00:41 -04:00 |
|
Josh Rickmar
|
867149f470
|
Add missing license header and remove extra space.
|
2013-09-12 11:32:47 -04:00 |
|
Josh Rickmar
|
e4925b4abe
|
Add functions to encode and decode payment addresses.
|
2013-09-12 11:20:34 -04:00 |
|