neoneo-go/pkg/wallet
Roman Khimov b5b05a969c keys: make NEP2Decrypt return a PrivateKey rather than WIF
There is no point in encoding the output of this function in a WIF format,
most of the users actually want the real key and those who need a WIF can
easily get if from the key (and it's simpler than getting the key from the
WIF).

It also fixes a severe bug in NEP2Decrypt, base58 decoding errors were not
processed correctly.
2020-01-09 18:05:14 +03:00
..
account.go keys: make NEP2Decrypt return a PrivateKey rather than WIF 2020-01-09 18:05:14 +03:00
account_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
wallet.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wallet_test.go wallet: add unit tests 2019-11-06 13:15:47 +03:00