mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
added support for authenticated hashes
This commit is contained in:
@@ -132,8 +132,12 @@
|
||||
uses stdin/stdout
|
||||
|
||||
Misc Options:
|
||||
-C --checksum Calculate a Blake2 checksum of one or more files.
|
||||
-C --checksum [<key>] Calculate a Blake2b checksum of one or more files.
|
||||
If <key> is provided, an authenticated hash will
|
||||
be calculated, otherwise a normal hash. If you don't
|
||||
want to generate an authenticated hash, specify
|
||||
-- after -C.
|
||||
Use -I to specify one file or put multiple file
|
||||
names after -C like "pcp1 -C file1 file2 file3".
|
||||
names after -C like "pcp1 -C -- file1 file2 file3".
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user