neoneo-go/pkg/wallet
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
..
account.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
account_test.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
wallet.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00