@@ -494,7 +494,7 @@ SECP256K1_API int secp256k1_ecdsa_signature_serialize_compact(
494
494
*
495
495
* Returns: 1: correct signature
496
496
* 0: incorrect or unparseable signature
497
- * Args: ctx: a secp256k1 context object, initialized for verification .
497
+ * Args: ctx: a secp256k1 context object.
498
498
* In: sig: the signature being verified.
499
499
* msghash32: the 32-byte message hash being verified.
500
500
* The verifier must make sure to apply a cryptographic
@@ -705,7 +705,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_add(
705
705
* Returns: 0 if the arguments are invalid or the resulting public key would be
706
706
* invalid (only when the tweak is the negation of the corresponding
707
707
* secret key). 1 otherwise.
708
- * Args: ctx: pointer to a context object initialized for validation .
708
+ * Args: ctx: pointer to a context object.
709
709
* In/Out: pubkey: pointer to a public key object. pubkey will be set to an
710
710
* invalid value if this function returns 0.
711
711
* In: tweak32: pointer to a 32-byte tweak. If the tweak is invalid according to
@@ -750,7 +750,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_mul(
750
750
/** Tweak a public key by multiplying it by a tweak value.
751
751
*
752
752
* Returns: 0 if the arguments are invalid. 1 otherwise.
753
- * Args: ctx: pointer to a context object initialized for validation .
753
+ * Args: ctx: pointer to a context object.
754
754
* In/Out: pubkey: pointer to a public key object. pubkey will be set to an
755
755
* invalid value if this function returns 0.
756
756
* In: tweak32: pointer to a 32-byte tweak. If the tweak is invalid according to
0 commit comments