neoneo-go/pkg/crypto/keys
Evgenii Stratonikov 9abda40171 testserdes: implement helpers for encode/decode routines
Frequently one needs to check if struct serializes/deserializes
properly. This commit implements helpers for such cases including:
1. JSON
2. io.Serializable interface
2020-03-27 10:27:46 +03:00
..
aes256.go crypto: internalize aes functions into the keys package 2019-12-25 11:25:05 +03:00
nep2.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
nep2_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
private_key.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
private_key_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
publickey.go rpc/crypto: fix validator field marshalling in getvalidators RPC server 2020-03-24 15:52:51 +03:00
publickey_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
sign_verify_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wif.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wif_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00