]> Git Repo - secp256k1.git/blob - src/modules/schnorrsig/main_impl.h
schnorrsig: Init empty experimental module
[secp256k1.git] / src / modules / schnorrsig / main_impl.h
1 /**********************************************************************
2  * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick                *
3  * Distributed under the MIT software license, see the accompanying   *
4  * file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5  **********************************************************************/
6
7 #ifndef _SECP256K1_MODULE_SCHNORRSIG_MAIN_
8 #define _SECP256K1_MODULE_SCHNORRSIG_MAIN_
9
10 #include "include/secp256k1.h"
11 #include "include/secp256k1_schnorrsig.h"
12 #include "hash.h"
13
14 /* TODO */
15
16 #endif
This page took 0.025374 seconds and 4 git commands to generate.