neoneo-go/pkg/crypto/keys
Roman Khimov a903147b60 keys: rename Signature to GetScriptHash, make it return Uint160
Signature itself wasn't used at all and its name is very misleading, Uint160
script hash is way more useful.
2020-02-19 12:19:03 +03:00
..
aes256.go crypto: internalize aes functions into the keys package 2019-12-25 11:25:05 +03:00
nep2.go keys: make NEP2Decrypt return a PrivateKey rather than WIF 2020-01-09 18:05:14 +03:00
nep2_test.go keys: improve NEP2 testing 2020-01-09 18:06:03 +03:00
private_key.go keys: rename Signature to GetScriptHash, make it return Uint160 2020-02-19 12:19:03 +03:00
private_key_test.go keys: don't return error from PrivateKey.Sign 2020-01-17 17:00:30 +03:00
publickey.go keys: rename Signature to GetScriptHash, make it return Uint160 2020-02-19 12:19:03 +03:00
publickey_test.go keys: add a successful test for 04-encoded public key 2019-12-25 18:06:25 +03:00
sign_verify_test.go keys: don't return error from PrivateKey.Sign 2020-01-17 17:00:30 +03:00
wif.go base58: move into its own package 2019-12-25 15:05:54 +03:00
wif_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00