docs: Get rid of "initialized for signing" terminology

This commit is contained in:
Tim Ruffing
2022-11-25 21:39:12 +01:00
parent 06126364ad
commit e7d0185c90
5 changed files with 6 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ SECP256K1_API int secp256k1_ecdsa_recoverable_signature_serialize_compact(
*
* Returns: 1: signature created
* 0: the nonce generation function failed, or the secret key was invalid.
* Args: ctx: pointer to a context object, initialized for signing.
* Args: ctx: pointer to a context object (not secp256k1_context_static).
* Out: sig: pointer to an array where the signature will be placed.
* In: msghash32: the 32-byte message hash being signed.
* seckey: pointer to a 32-byte secret key.