mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
++ version
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define PCP_VERSION_MAJOR 0
|
#define PCP_VERSION_MAJOR 0
|
||||||
#define PCP_VERSION_MINOR 2
|
#define PCP_VERSION_MINOR 2
|
||||||
#define PCP_VERSION_PATCH 0
|
#define PCP_VERSION_PATCH 1
|
||||||
|
|
||||||
#define PCP_MAKE_VERSION(major, minor, patch) \
|
#define PCP_MAKE_VERSION(major, minor, patch) \
|
||||||
((major) * 10000 + (minor) * 100 + (patch))
|
((major) * 10000 + (minor) * 100 + (patch))
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
|||||||
|
|
||||||
Signature Options:
|
Signature Options:
|
||||||
-g --sign Create a signature of a file.
|
-g --sign Create a signature of a file.
|
||||||
-c --check-signature <file> Verify a detached signature in file <file>.
|
-c --check-signature Verify a signature of a file.
|
||||||
-f --sigfile <file> Write a detached signature file.
|
-f --sigfile <file> Write or check a detached signature file.
|
||||||
|
|
||||||
Encoding Options:
|
Encoding Options:
|
||||||
-z --z85-encode Armor with Z85 encoding.
|
-z --z85-encode Armor with Z85 encoding.
|
||||||
|
|||||||
Reference in New Issue
Block a user