neoneo-go/pkg/crypto/keys
Roman Khimov 5836ae6873 keys: change Signature() and Address() to not return errors
As they never can return any real one.
2019-08-27 17:46:01 +03:00
..
nep2.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
nep2_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
private_key.go keys: change Signature() and Address() to not return errors 2019-08-27 17:46:01 +03:00
private_key_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
publickey.go keys: change Signature() and Address() to not return errors 2019-08-27 17:46:01 +03:00
publickey_test.go keys: change Signature() and Address() to not return errors 2019-08-27 17:46:01 +03:00
sign_verify_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
wif.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00