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 f813bb0 commit f67b224Copy full SHA for f67b224
include/secp256k1.h
@@ -814,7 +814,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_combine(
814
* implementations optimized for a specific tag can precompute the SHA256 state
815
* after hashing the tag hashes.
816
*
817
- * Returns 0 if the arguments are invalid and 1 otherwise.
+ * Returns: 1 always.
818
* Args: ctx: pointer to a context object
819
* Out: hash32: pointer to a 32-byte array to store the resulting hash
820
* In: tag: pointer to an array containing the tag
0 commit comments