13 lines
508 B
C
13 lines
508 B
C
|
|
/**********************************************************************
|
||
|
|
* Copyright (c) 2020-2021 Jonas Nick, Jesse Posner *
|
||
|
|
* Distributed under the MIT software license, see the accompanying *
|
||
|
|
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||
|
|
**********************************************************************/
|
||
|
|
|
||
|
|
#ifndef SECP256K1_MODULE_ECDSA_ADAPTOR_MAIN_H
|
||
|
|
#define SECP256K1_MODULE_ECDSA_ADAPTOR_MAIN_H
|
||
|
|
|
||
|
|
#include "include/secp256k1_ecdsa_adaptor.h"
|
||
|
|
|
||
|
|
#endif
|