neo-go/pkg/encoding/bigint
Roman Khimov c7b623cc38 *: drop pkg/util/slice, use slices.Reverse
This also removes bigint.FromBytesUnsigned(), it's not used very often and
it's somewhat misleading in the bigint package (which is supposed to use a
very specific enconding).

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-24 22:41:48 +03:00
..
bench_test.go bigint: don't reallocate big.Int in ToBytes(), fix #2864 2023-01-10 22:51:45 +03:00
bigint.go *: drop pkg/util/slice, use slices.Reverse 2024-08-24 22:41:48 +03:00
bigint_test.go *: drop pkg/util/slice, use slices.Reverse 2024-08-24 22:41:48 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
fuzz_test.go *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00