neo-go/pkg/crypto/keys
Roman Khimov 5bf00db2c9 io: move BinReader/BinWriter there, redo Serializable with it
The logic here is that we'll have all binary encoding/decoding done via our io
package, which simplifies error handling. This functionality doesn't belong to
util, so it's moved.

This also expands BufBinWriter with Reset() method to fit the needs of core
package.
2019-09-16 23:39:51 +03:00
..
nep2.go *: gofmt -s 2019-09-09 12:02:24 +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 *: gofmt -s 2019-09-09 12:02:24 +03:00
publickey.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
publickey_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
sign_verify_test.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
wif.go *: gofmt -s 2019-09-09 12:02:24 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00