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

@@ -106,7 +106,7 @@ typedef struct {
* signatures from being valid in multiple contexts by accident.
*
* Returns 1 on success, 0 on failure.
* Args: ctx: pointer to a context object, initialized for signing.
* Args: ctx: pointer to a context object (not secp256k1_context_static).
* Out: sig64: pointer to a 64-byte array to store the serialized signature.
* In: msg32: the 32-byte message being signed.
* keypair: pointer to an initialized keypair.