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 9957307 commit bedff79Copy full SHA for bedff79
include/secp256k1_musig.h
@@ -1,6 +1,10 @@
1
#ifndef SECP256K1_MUSIG_H
2
#define SECP256K1_MUSIG_H
3
4
+#ifdef __cplusplus
5
+extern "C" {
6
+#endif
7
+
8
#include <stdint.h>
9
10
/** This module implements a Schnorr-based multi-signature scheme called MuSig
@@ -426,4 +430,8 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_musig_extract_secret_ad
426
430
int nonce_is_negated
427
431
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4);
428
432
433
434
+}
435
436
429
437
#endif
0 commit comments