neoneo-go/pkg/crypto/keys
Roman Khimov 5ac8cae221 keys: fix bad compressed public key decoding, add a test
The error was not propagated properly here.
2019-12-25 17:44:30 +03:00
..
aes256.go crypto: internalize aes functions into the keys package 2019-12-25 11:25:05 +03:00
nep2.go base58: move into its own package 2019-12-25 15:05:54 +03:00
nep2_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
private_key.go keys: rename New*FromRawBytes to New*FromASN1 2019-10-15 12:56:25 +03:00
private_key_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
publickey.go keys: fix bad compressed public key decoding, add a test 2019-12-25 17:44:30 +03:00
publickey_test.go keys: fix bad compressed public key decoding, add a test 2019-12-25 17:44:30 +03:00
sign_verify_test.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +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