neoneo-go/pkg/crypto/keys
Roman Khimov 8db9d2a976 crypto: use mr-tron/base58 for base58
Use more fast and reliable implementation. Add some tests for our wrappers,
deduplicate code in PublicKey.Adress(). Fixes #355.
2019-09-09 13:12:55 +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: use mr-tron/base58 for base58 2019-09-09 13:12:55 +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