]> Git Repo - secp256k1.git/blob - src/modules/extrakeys/main_impl.h
0b2b27beeb3359a14905d003c8c22498d89b2e38
[secp256k1.git] / src / modules / extrakeys / main_impl.h
1 /**********************************************************************
2  * Copyright (c) 2020 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_EXTRAKEYS_MAIN_
8 #define _SECP256K1_MODULE_EXTRAKEYS_MAIN_
9
10 #include "include/secp256k1.h"
11 #include "include/secp256k1_extrakeys.h"
12
13 #endif
This page took 0.030579 seconds and 2 git commands to generate.