extrakeys: Init empty experimental module
This is to prepare for xonly_pubkeys and keypairs.
This commit is contained in:
14
include/secp256k1_extrakeys.h
Normal file
14
include/secp256k1_extrakeys.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SECP256K1_EXTRAKEYS_H
|
||||
#define SECP256K1_EXTRAKEYS_H
|
||||
|
||||
#include "secp256k1.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SECP256K1_EXTRAKEYS_H */
|
||||
Reference in New Issue
Block a user