Disable for now
This commit is contained in:
@@ -582,6 +582,6 @@ cJSON *cclib_reparse(int32_t *nump,cJSON *origparams) // assumes origparams will
|
||||
//#define USE_BASIC_CONFIG
|
||||
//#include "../secp256k1/src/basic-config.h"
|
||||
//#include "../secp256k1/src/secp256k1.c"
|
||||
#include "musig.cpp"
|
||||
//#include "musig.cpp"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ int secp256k1_schnorrsig_serialize(const secp256k1_context* ctx, unsigned char *
|
||||
}
|
||||
|
||||
int secp256k1_schnorrsig_parse(const secp256k1_context* ctx, secp256k1_schnorrsig* sig, const unsigned char *in64) {
|
||||
parse is here
|
||||
(void) ctx;
|
||||
VERIFY_CHECK(ctx != NULL);
|
||||
ARG_CHECK(sig != NULL);
|
||||
|
||||
Reference in New Issue
Block a user