neoneo-go/pkg/crypto/keys
Roman Khimov f12194f3b0 keys: deduplicate DecodeBytes/DecodeBinary for PrivateKey
They shared prefix logic for no good reason, don't do that.
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 keys: deduplicate DecodeBytes/DecodeBinary for PrivateKey 2019-09-05 12:34:12 +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