We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee58fae + 338fc8b commit cc3141aCopy full SHA for cc3141a
include/secp256k1.h
@@ -326,10 +326,10 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdsa_verify(
326
* If a data pointer is passed, it is assumed to be a pointer to 32 bytes of
327
* extra entropy.
328
*/
329
-extern const secp256k1_nonce_function secp256k1_nonce_function_rfc6979;
+SECP256K1_API extern const secp256k1_nonce_function secp256k1_nonce_function_rfc6979;
330
331
/** A default safe nonce generation function (currently equal to secp256k1_nonce_function_rfc6979). */
332
-extern const secp256k1_nonce_function secp256k1_nonce_function_default;
+SECP256K1_API extern const secp256k1_nonce_function secp256k1_nonce_function_default;
333
334
/** Create an ECDSA signature.
335
*
0 commit comments