neoneo-go/pkg
Roman Khimov 6c471ecd98 keys: move IsOnCurve decoding check, add a test for it
This check only makes sense for 04-encoded points, because 02 and 03 derive Y
from X and they're on the curve by definition.
2019-12-25 18:00:25 +03:00
..
compiler address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
consensus consensus: fix payload sign test 2019-12-13 12:09:51 +03:00
core address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
crypto keys: move IsOnCurve decoding check, add a test for it 2019-12-25 18:00:25 +03:00
encoding address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network *: goimports 2019-12-17 14:51:28 +03:00
rpc address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
smartcontract address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: implement Neo.Iterator.* interops 2019-12-24 10:21:47 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00