]> Git Repo - secp256k1.git/blob - include/secp256k1_schnorrsig.h
schnorrsig: Init empty experimental module
[secp256k1.git] / include / secp256k1_schnorrsig.h
1 #ifndef SECP256K1_SCHNORRSIG_H
2 #define SECP256K1_SCHNORRSIG_H
3
4 #include "secp256k1.h"
5 #include "secp256k1_extrakeys.h"
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11     /* TODO */
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif /* SECP256K1_SCHNORRSIG_H */
This page took 0.025354 seconds and 4 git commands to generate.