Our implementation is lacking support for -a sha2 and -a sha3, which are recent additions to GNU coreutils.
Notes:
- These algorithms require the
--length flag to be passed with a value in [224, 256, 384, 512].
SHA2-(224|256|384|512) is an alias for SHA224, SHA256, SHA384, SHA512.
hashsum already has support for sha3
Our implementation is lacking support for
-a sha2and-a sha3, which are recent additions to GNU coreutils.Notes:
--lengthflag to be passed with a value in [224, 256, 384, 512].SHA2-(224|256|384|512)is an alias forSHA224,SHA256,SHA384,SHA512.hashsumalready has support forsha3