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 357f8cd commit b13d749Copy full SHA for b13d749
include/secp256k1_recovery.h
@@ -15,9 +15,9 @@ extern "C" {
15
* however guaranteed to be 65 bytes in size, and can be safely copied/moved.
16
* If you need to convert to a format suitable for storage or transmission, use
17
* the secp256k1_ecdsa_signature_serialize_* and
18
- * secp256k1_ecdsa_signature_serialize_* functions.
+ * secp256k1_ecdsa_signature_parse_* functions.
19
*
20
- * Furthermore, it is guaranteed to identical signatures (including their
+ * Furthermore, it is guaranteed that identical signatures (including their
21
* recoverability) will have identical representation, so they can be
22
* memcmp'ed.
23
*/
0 commit comments