mirror of git://git.suckless.org/sbase
33 lines
456 B
Groff
33 lines
456 B
Groff
.Dd 2016-02-24
|
|
.Dt SHA512-224SUM 1
|
|
.Os sbase
|
|
.Sh NAME
|
|
.Nm sha512-224sum
|
|
.Nd compute or check SHA-512/224 message digests
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl c
|
|
.Op Ar file ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
writes SHA-512/224 (224-bit) checksums of each
|
|
.Ar file
|
|
to stdout.
|
|
If no
|
|
.Ar file
|
|
is given
|
|
.Nm
|
|
reads from stdin.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It Fl c
|
|
Read list of SHA-512/224 checksums from each
|
|
.Ar file
|
|
and check them.
|
|
If no
|
|
.Ar file
|
|
is given
|
|
.Nm
|
|
reads from stdin.
|
|
.El
|