neo-go/pkg
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
..
compiler Merge pull request #579 from nspcc-dev/refactor-crypto 2019-12-25 18:12:50 +03:00
consensus keys: make NEP2Decrypt return a PrivateKey rather than WIF 2020-01-09 18:05:14 +03:00
core Merge pull request #581 from nspcc-dev/feat/storage_find 2019-12-26 15:46:46 +03:00
crypto keys: make NEP2Decrypt return a PrivateKey rather than WIF 2020-01-09 18:05:14 +03:00
encoding address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network network: implement getblocks command 2019-12-25 19:46:57 +03:00
rpc Merge pull request #579 from nspcc-dev/refactor-crypto 2019-12-25 18:12:50 +03:00
smartcontract address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: add NewMapIterator() 2019-12-26 14:34:15 +03:00
wallet keys: make NEP2Decrypt return a PrivateKey rather than WIF 2020-01-09 18:05:14 +03:00