mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-17 05:47:38 +00:00
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. |
||
---|---|---|
.. | ||
hash | ||
keys | ||
address.go | ||
address_test.go | ||
aes256.go | ||
base58.go | ||
base58_test.go | ||
merkle_tree.go | ||
merkle_tree_test.go |