14 lines
527 B
C
14 lines
527 B
C
/**********************************************************************
|
|
* Copyright (c) 2020 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_EXTRAKEYS_MAIN_
|
|
#define _SECP256K1_MODULE_EXTRAKEYS_MAIN_
|
|
|
|
#include "include/secp256k1.h"
|
|
#include "include/secp256k1_extrakeys.h"
|
|
|
|
#endif
|