-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Our implementation is lacking support for -a sha2 and -a sha3, which are recent additions to GNU coreutils.
Notes:
- These algorithms require the
--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