neoneo-go/_pkg.dev
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
..
chain pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
chaincfg pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
connmgr pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
database pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
peer pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
peermgr pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
server pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
syncmgr pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
vm pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00
wire _pkg.dev: drop address pkg, move test into crypto 2019-08-27 17:09:24 +03:00
Readme.md pkg: hide it by moving to _pkg.dev 2019-08-20 18:39:50 +03:00

ReadMe

Currently this package is in Development.

References

btcd https://github.com/btcsuite/btcd

geth https://github.com/ethereum/go-ethereum

aeternity https://github.com/aeternity/elixir-node