neoneo-go/pkg/crypto/keys
Roman Khimov 2c3e92923f keys: simplify error handling for PublicKey() and associated
PublicKey() for PrivateKey now just can't fail and it makes no sense to return
an error from it. There is a lot of associated functionality for which this
also is true, so adjust it accordingly and simplify a lot of code.
2019-09-05 12:34:12 +03:00
..
nep2.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
nep2_test.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
private_key.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
private_key_test.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
publickey.go crypto: drop home-grown elliptic crypto, use crypto/elliptic 2019-09-05 12:33:27 +03:00
publickey_test.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
sign_verify_test.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
wif.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00