neoneo-go/pkg/encoding/bigint
Roman Khimov 10110d4e70 bigint: correct MaxBytesLen
It can't be 33, positive signed int256 all fit into 32 bytes (no need for
leading zero), negative ones fit into 32 bytes as well.
2022-05-31 16:51:19 +03:00
..
bigint.go bigint: correct MaxBytesLen 2022-05-31 16:51:19 +03:00
bigint_test.go util: move ArrayReverse into package of its own 2021-07-19 22:57:55 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00