ENABLE_MODULE_MUSIG
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "include/secp256k1.h"
|
||||
#include "include/secp256k1_schnorrsig.h"
|
||||
#include "hash.h"
|
||||
hello
|
||||
|
||||
int secp256k1_schnorrsig_serialize(const secp256k1_context* ctx, unsigned char *out64, const secp256k1_schnorrsig* sig) {
|
||||
(void) ctx;
|
||||
VERIFY_CHECK(ctx != NULL);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||||
**********************************************************************/
|
||||
|
||||
#define ENABLE_MODULE_MUSIG
|
||||
#include "include/secp256k1.h"
|
||||
|
||||
#include "util.h"
|
||||
|
||||
Reference in New Issue
Block a user