mirror of
https://github.com/vocdoni/arbo.git
synced 2026-05-11 03:00:19 -04:00
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.
10 KiB
10 KiB