neo-go/pkg
Roman Khimov b77e533d13 crypto/wallet: move public/private key into the new keys package
And drop associated _pkg.dev remnants (refs. #307).

Original `dev` branch had two separate packages for public and private keys,
but those are so intertwined (`TestHelper` subpackage is a proof) that it's
better unite them and all associated code (like WIF and NEP-2) in one
package. This patch also:
 * creates internal `keytestcases` package to share things with wallet (maybe
   it'll be changed in some future)
 * ports some tests from `dev`
 * ports Verify() method for public key from `dev`
 * expands TestPrivateKey() with public key check
2019-08-27 17:45:51 +03:00
..
core crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
crypto crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
internal/keytestcases crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
interop interop: move into pkg/interop, replace pkg/vm/api 2019-08-15 19:41:51 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
rpc crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
smartcontract crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
util pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
vm pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
wallet crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00