We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac7e0 commit c70b5a5Copy full SHA for c70b5a5
misc/verification.h
@@ -93,7 +93,7 @@ inline std::string parsePemSignature(std::string_view pemSignature, std::pair<st
93
* openssl ec -in release-signing-private-openssl-secp521r1.pem -pubout > release-signing-public-openssl-secp521r1.pem
94
* ```
95
*
96
- * A signature can be created an verified using the following commands:
+ * A signature can be created and verified using the following commands:
97
98
* openssl dgst -sha256 -sign release-signing-private-openssl-secp521r1.pem test_msg.txt > test_msg-secp521r1.txt.sig
99
* openssl dgst -sha256 -verify release-signing-public-openssl-secp521r1.pem -signature test_msg-secp521r1.txt.sig test_msg.txt
0 commit comments