neoneo-go/pkg/crypto/keys
Roman Khimov 60bc2e8053 keys: simplify PublicKey() for PrivateKey
Public key is just a point, so use the coordinates obtained previously to
initialize the PublicKey structure without jumping through the hoops of
encoding/decoding.
2019-09-05 12:34:12 +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 keys: simplify PublicKey() for PrivateKey 2019-09-05 12:34:12 +03:00
private_key_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
publickey.go crypto: drop home-grown elliptic crypto, use crypto/elliptic 2019-09-05 12:33:27 +03:00
publickey_test.go crypto: drop home-grown elliptic crypto, use crypto/elliptic 2019-09-05 12:33:27 +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