neoneo-go/pkg/crypto/keys
Roman Khimov 0b884b92b3 crypto: use PrivateKey to generate a key pair
It makes no sense to provide an API for throw-away public keys, so obtain it
via a new real keypair generation where appropriate (and that's only needed
for testing).
2019-09-05 09:38:13 +03:00
..
nep2.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
nep2_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
private_key.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
private_key_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
publickey.go *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
publickey_test.go crypto: use PrivateKey to generate a key pair 2019-09-05 09:38:13 +03:00
sign_verify_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
wif.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00