neo-go/pkg/util
Roman Khimov a6e25cffde bitfield: add basic bit field package
Strange as it is but I wasn't able to find any good bit field
implementation. Most of them are limited to 64 bits, some allow for wider
values (like https://github.com/emef/bitfield) but even they're not that
efficient (using bytes instead of wider types). This this minimalistic thing.
2021-02-09 22:31:26 +03:00
..
bitfield bitfield: add basic bit field package 2021-02-09 22:31:26 +03:00
array.go util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
array_test.go util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
uint160.go util: fixed typo in method description 2020-05-20 23:26:51 +03:00
uint160_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
uint256.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
uint256_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00