54d888ba70
This seriously improves the serialization/deserialization performance for several reasons: * no time spent in `binary` reflection * no memory allocations being made on every read/write * uses fast ReadBytes everywhere it's appropriate It also makes Fixed8 Serializable just for convenience. |
||
---|---|---|
.. | ||
nep2.go | ||
nep2_test.go | ||
private_key.go | ||
private_key_test.go | ||
publickey.go | ||
publickey_test.go | ||
sign_verify_test.go | ||
wif.go | ||
wif_test.go |