Hi,

today I uploaded CHKSUM release 2:

https://cloud.disroot.org/s/EmNZXrN8oZkr5X2?dir=/chksum/release2

Major changes:

- SHA-384, SHA-512 and MD4 are now supported checksum algorithms. SHA-384 and SHA-512 are particularly slow, as they make use of 64-bit C integer arithmetic, and GCC-IA16 outputs slow code for it. SHA3-384 and SHA3-512 are not affected, as I reformulated those algorithms to use 32-bit integer arithmetic. - In addition to the IA16-GCC built CHKSUM.EXE, a 32-bit executable CHKSUM32.EXE built with DJGPP is provided. This is much faster than the 16-bit binary, especially for SHA-384 and SHA-512. - You now have to use the -v flag if you want to see every processed file for -c (check) and -o (output checksums to file) operations. Otherwise, in addition to a summary, only errors and / or files with checksum mismatches are shown.

Bernd



_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to