@@ -13,7 +13,8 @@ rhash \- calculate/check CRC32, MD5, SHA1, GOST, TTH, BTIH or other message dige
13
13
computes and verifies various message digests and checksums of files.
14
14
Supported hash algorithms include CRC32, CRC32C, MD4, MD5, SHA1,
15
15
SHA256, SHA512, SHA3, Tiger, DC++ TTH, BTIH, AICH, ED2K, GOST R 34.11\- *,
16
- RIPEMD\- 160, HAS\- 160, BLAKE2s/BLAKE2b, EDON\- R 256/512, Whirlpool, Snefru\- 128/256.
16
+ RIPEMD\- 160, HAS\- 160, BLAKE2s/BLAKE2b, BLAKE3, EDON\- R 256/512,
17
+ Whirlpool, Snefru\- 128/256.
17
18
18
19
The program can create and verify Magnet links
19
20
and eDonkey ed2k:// links, see \-\- magnet and \-\- ed2k\- link options.
@@ -119,6 +120,8 @@ SNEFRU: Select SNEFRU\-128/256 hash function.
119
120
EDON\- R: Select EDON\- R 256/512 hash function.
120
121
.IP " \-\- blake2b, \-\- blake2s"
121
122
BLAKE2: Select BLAKE2b/BLAKE2s hash function.
123
+ .IP " \-\- blake3"
124
+ BLAKE3: Select BLAKE3 hash function.
122
125
123
126
.IP " \- a, \-\- all"
124
127
Calculate all supported hash functions.
@@ -308,7 +311,7 @@ Whirlpool message digest.
308
311
%{gost94}, %{gost94\- cryptopro}, %{gost12\- 256}, %{gost12\- 512},\
309
312
%{sha\- 224}, %{sha\- 256}, %{sha\- 384}, %{sha\- 512},\
310
313
%{sha3\- 224}, %{sha3\- 256}, %{sha3\- 384}, %{sha3\- 512},\
311
- %{edon\- r256}, %{edon\- r512}, %{blake2s}, %{blake2b},\
314
+ %{edon\- r256}, %{edon\- r512}, %{blake2s}, %{blake2b}, %{blake3}, \
312
315
%{snefru128}, %{snefru256}"
313
316
Print the specified message digest. It is printed in uppercase, if the
314
317
hash function name starts with a capital letter, e.g. %{TTH}, %{Sha-512}.
@@ -323,7 +326,7 @@ placing a hardlink/symlink to it with a filename containing strings `crc32',
323
326
`sha3\- 256', `sha3\- 512', `sha3\- 224', `sha3\- 384', `tiger', `tth',
324
327
`btih', `aich', `ed2k', `ed2k\- link', `gost12\- 256', `gost12\- 512',
325
328
`gost94', `gost94\- cryptopro', `rmd160', `has160', `whirlpool',
326
- `edonr256', `edonr512', `blake2s', `blake2b',
329
+ `edonr256', `edonr512', `blake2s', `blake2b', `blake3',
327
330
`snefru128', `snefru256', `sfv' , `bsd' or `magnet'.
328
331
329
332
.SH CONFIG FILE
0 commit comments