Rudxain / xorsum

Get XOR checksum with this command-line tool
https://crates.io/crates/xorsum
GNU Lesser General Public License v3.0
0 stars 1 forks source link

OS portability #17

Open Rudxain opened 2 years ago

Rudxain commented 2 years ago

Do the same thing as b3sum to ensure checkfiles can be shared between DOS and Unix users. This is necessary before implementing #6

Rudxain commented 7 months ago

Actually, we should copy uutils. They also take portability seriously, and comply with GNU Test Suite