17 lines
560 B
C
17 lines
560 B
C
|
/**********************************************************************
|
||
|
* Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick *
|
||
|
* Distributed under the MIT software license, see the accompanying *
|
||
|
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||
|
**********************************************************************/
|
||
|
|
||
|
#ifndef _SECP256K1_MODULE_SCHNORRSIG_MAIN_
|
||
|
#define _SECP256K1_MODULE_SCHNORRSIG_MAIN_
|
||
|
|
||
|
#include "include/secp256k1.h"
|
||
|
#include "include/secp256k1_schnorrsig.h"
|
||
|
#include "hash.h"
|
||
|
|
||
|
/* TODO */
|
||
|
|
||
|
#endif
|