syzygy1 / tb

GNU General Public License v2.0
221 stars 50 forks source link

7 men TB checksum MD5 does not match #32

Closed JavaMast closed 5 years ago

JavaMast commented 5 years ago

Checksum for KRPPvKRP.rtbw is 306b44858171f2141f10edaa7f76ec3a but in commit it a92493e82147cc425316074c91a0374c

https://github.com/syzygy1/tb/commit/2b86597ab91ba930b641a795d5e620db998f5881#diff-8e60e7b5e480d6ac034c260744c8cfdaR294

screenshot_31

Which sum is correct?

niklasf commented 5 years ago

These checksums are not MD5, but built-in ones, verified using tbcheck from this repository:

$ ./tbcheck -p KRPPvKRP.rtbw 
KRPPvKRP.rtbw: a92493e82147cc425316074c91a0374c
$ ./tbcheck KRPPvKRP.rtbw
KRPPvKRP.rtbw: OK!

I can confirm that the MD5 checksum is correct:

$ md5sum KRPPvKRP.rtbw 
306b44858171f2141f10edaa7f76ec3a  KRPPvKRP.rtbw
JavaMast commented 5 years ago

@niklasf Thank you!