Files
arbo/tree_big.go
Jordi Pinyana add4d97e38 fix HashBigInts() append
Since HashBigInts() was initializing the slice and
then appending, the content of chunks was not i.e
[1,2,3] but [0,0,0,1,2,3].
Use the index on the loop and assign values w/o append.
2025-06-17 17:20:51 +01:00

10 KiB