neoneo-go/pkg/crypto/keys
Roman Khimov 8b3080b972 io: rename Read/WriteBytes to Read/WriteB
go vet is not happy about them:
  pkg/io/binaryReader.go:92:21: method ReadByte() byte should have signature ReadByte() (byte, error)
  pkg/io/binaryWriter.go:75:21: method WriteByte(u8 byte) should have signature WriteByte(byte) error
2019-12-12 20:19:50 +03:00
..
nep2.go *: gofmt -s 2019-09-09 12:02:24 +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 io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
publickey_test.go *: gofmt 2019-12-02 10:10:50 +03:00
sign_verify_test.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
wif.go *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
wif_test.go crypto: add invalid testcase 2019-11-29 11:03:03 +03:00