Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       hashsum - manual page for hashsum 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/hashsum       0.0.14
       Compute and check message digests.

   USAGE:
              hashsum [OPTIONS] [FILE]...

   ARGS:
              <FILE>...

   OPTIONS:
       -b, --binary
              read in binary mode

       --b2sum
              work with BLAKE2

       --b3sum
              work with BLAKE3

       --bits <BITS>
              set the size of the output (only for SHAKE)

       -c, --check
              read hashsums from the FILEs and check them

       -h, --help
              Print help information

       --md5  work with MD5

       --no-names
              Omits filenames in the output (option not present in GNU/Coreutils)

       -q, --quiet
              don't print OK for each successfully verified file

       -s, --status
              don't output anything, status code shows success

       --sha1 work with SHA1

       --sha224
              work with SHA224

       --sha256
              work with SHA256

       --sha3 work with SHA3

       --sha3-224
              work with SHA3-224

       --sha3-256
              work with SHA3-256

       --sha3-384
              work with SHA3-384

       --sha3-512
              work with SHA3-512

       --sha384
              work with SHA384

       --sha512
              work with SHA512

       --shake128
              work with SHAKE128 using BITS for the output size

       --shake256
              work with SHAKE256 using BITS for the output size

       --strict
              exit non-zero for improperly formatted checksum lines

       -t, --text
              read in text mode (default)

       --tag  create a BSD-style checksum

       -V, --version
              Print version information

       -w, --warn
              warn about improperly formatted checksum lines

SEE ALSO

       The full documentation for hashsum is maintained as a Texinfo manual.   If  the  info  and
       hashsum programs are properly installed at your site, the command

              info hashsum

       should give you access to the complete manual.