ExtReMLapin
|
e893ad24ee
|
Fixed sum crash when file size is a mult of 16384
Crash happened when file is mult of 16384, which means last block size is zero and it crashed because of data[-1]
|
2020-05-10 22:01:42 +02:00 |
|
|
da211328d3
|
More tools.
|
2018-10-17 18:27:16 +02:00 |
|
|
c0ec316023
|
Use Python methods for ChkSum - speed bump.
|
2018-10-16 23:45:22 +02:00 |
|
|
0c9528fd4f
|
Further optimisations in ChkSum.
|
2018-10-16 23:44:30 +02:00 |
|
|
cbb602ea83
|
Move file handling into ChkSum class.
|
2018-10-16 23:31:08 +02:00 |
|
|
43dfdbe8b2
|
Rewrote checksum calculation into class.
|
2018-10-16 23:23:13 +02:00 |
|