Commit Graph

7 Commits

Author SHA1 Message Date
mbirth 2668bbcb05 Fix indentation in chksum.py. Added one hwid. 2020-05-11 16:34:46 +02:00
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
mbirth da211328d3 More tools. 2018-10-17 18:27:16 +02:00
mbirth c0ec316023 Use Python methods for ChkSum - speed bump. 2018-10-16 23:45:22 +02:00
mbirth 0c9528fd4f Further optimisations in ChkSum. 2018-10-16 23:44:30 +02:00
mbirth cbb602ea83 Move file handling into ChkSum class. 2018-10-16 23:31:08 +02:00
mbirth 43dfdbe8b2 Rewrote checksum calculation into class. 2018-10-16 23:23:13 +02:00