aboutsummaryrefslogtreecommitdiff
path: root/core/b3sum/files/b3sum.1
blob: b43321973ac7e78fe4221ecfbfc2f9cf0d7a3f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.Dd Jul 03, 2021
.Dt b3sum 1
.Sh NAME
.Nm b3sum
.Nd compute or check BLAKE3 message digests
.Sh SYNOPSIS
.Nm
.Op Fl bct
.Op Fl l Ar length
.Op Ar file...
.Sh DESCRIPTION
.Nm
writes BLAKE3 checksums of each
.Ar file
to stdout. If no
.Ar file
is given
.Nm
reads from the standard input.
.Sh OPTIONS
.Bl -tag
.It Fl c
Read list of BLAKE3 checksums from each
.Ar file
and check them. If no
.Ar file
is given
.Nm
reads from stdin.
.It Fl b
read in binary mode.
.It Fl t
read in text mode (default)
.It Fl l Ar length
Output the first
.Ar length
characters of the generated checksum.
.El