diff options
| -rw-r--r-- | Makefile | 14 | ||||
| -rw-r--r-- | b224sum.1 | 4 | ||||
| -rw-r--r-- | b256sum.1 | 4 | ||||
| -rw-r--r-- | b2sum.1 | 4 | ||||
| -rw-r--r-- | b384sum.1 | 4 | ||||
| -rw-r--r-- | b512sum.1 | 4 | ||||
| -rw-r--r-- | bsum.1 | 4 |
7 files changed, 19 insertions, 19 deletions
@@ -28,14 +28,14 @@ SRC =\ $(HDR)\ test.c -# Known answers tests +# Known answer tests KAT_FILES =\ - kat/blake2b\ - kat/blake2bp\ - kat/blake2s\ - kat/blake2sp\ - kat/blake2xb\ - kat/blake2xs + kat/blake2b\ + kat/blake2bp\ + kat/blake2s\ + kat/blake2sp\ + kat/blake2xb\ + kat/blake2xs all: $(BIN) test @@ -1,4 +1,4 @@ -.TH B224SUM 1 blakesum +.TH B224SUM 1 BLAKESUM .SH NAME b224sum - Compute and check BLAKE-224 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-224 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they @@ -1,4 +1,4 @@ -.TH B256SUM 1 blakesum +.TH B256SUM 1 BLAKESUM .SH NAME b256sum - Compute and check BLAKE-256 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-256 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they @@ -1,4 +1,4 @@ -.TH B2SUM 1 blakesum +.TH B2SUM 1 BLAKESUM .SH NAME b2sum - Compute and check BLAKE2 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE2 sums from the file and check them against the -files on your systems. The input files files should be +files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they @@ -1,4 +1,4 @@ -.TH B384SUM 1 blakesum +.TH B384SUM 1 BLAKESUM .SH NAME b384sum - Compute and check BLAKE-384 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-384 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they @@ -1,4 +1,4 @@ -.TH B512SUM 1 blakesum +.TH B512SUM 1 BLAKESUM .SH NAME b512sum - Compute and check BLAKE-512 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-512 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they @@ -1,4 +1,4 @@ -.TH BSUM 1 blakesum +.TH BSUM 1 BLAKESUM .SH NAME bsum - Compute and check BLAKE message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE sums from the file and check them against the -files on your systems. The input files files should be +files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with <space> or <tab>, or if they |
