sha3sum -c (check) fails if the file name contains spaces
>sha3sum -a 256 name\ with\ spaces.txt
6c3c750b8fc18991d6739b5c3720899c8dbdaac332fbb543d593f240f36f12de *name with spaces.txt
sha3sum -c 6c3c750b8fc18991d6739b5c3720899c8dbdaac332fbb543d593f240f36f12de *name with spaces.txt
zsh: no matches found: 6c3c750b8fc18991d6739b5c3720899c8dbdaac332fbb543d593f240f36f12de *name
also with:
>sha3sum -a 256 * > test.hash
>sha3sum -c test.hash
thread 'main' panicked at 'Could not convert 6C3C750B8FC18991D6739B5C3720899C8DBDAAC332FBB543D593F240F36F12DE to Sha3 algorithm.', src/wrapper/mod.rs:112:23
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace