schnorrsig: Init empty experimental module

This commit is contained in:
Jonas Nick
2020-05-12 21:19:03 +00:00
parent eabd9bc46a
commit 7a703fd97d
8 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
#ifndef SECP256K1_SCHNORRSIG_H
#define SECP256K1_SCHNORRSIG_H
#include "secp256k1.h"
#include "secp256k1_extrakeys.h"
#ifdef __cplusplus
extern "C" {
#endif
/* TODO */
#ifdef __cplusplus
}
#endif
#endif /* SECP256K1_SCHNORRSIG_H */