15 lines
514 B
C
15 lines
514 B
C
|
/**********************************************************************
|
||
|
* Copyright (c) 2020 Andrew Poelstra *
|
||
|
* Distributed under the MIT software license, see the accompanying *
|
||
|
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||
|
**********************************************************************/
|
||
|
|
||
|
#ifndef _SECP256K1_MODULE_BULLETPROOFS_TEST_
|
||
|
#define _SECP256K1_MODULE_BULLETPROOFS_TEST_
|
||
|
|
||
|
void run_bulletproofs_tests(void) {
|
||
|
/* TODO */
|
||
|
}
|
||
|
|
||
|
#endif
|