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

@@ -43,8 +43,7 @@ extern "C" {
/** Export a private key in DER format.
*
* Returns: 1 if the private key was valid.
* Args: ctx: pointer to a context object, initialized for signing (cannot
* be NULL)
* Args: ctx: pointer to a context object (not secp256k1_context_static).
* Out: privkey: pointer to an array for storing the private key in BER.
* Should have space for 279 bytes, and cannot be NULL.
* privkeylen: Pointer to an int where the length of the private key in