Branch: refs/heads/master
Home: https://github.com/conformal/btcutil
Commit: 7e3c9c1aed6b60860361f5ed867ceaa1980858e0
https://github.com/conformal/btcutil/commit/7e3c9c1aed6b60860361f5ed867ceaa1980858e0
Author: David Hill <[email protected]>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M addrconvs.go
M addrconvs_test.go
Log Message:
-----------
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.