19 lines
206 B
C
19 lines
206 B
C
#ifndef _SECP256K1_BULLETPROOFS_
|
|
# define _SECP256K1_BULLETPROOFS_
|
|
|
|
# include "secp256k1.h"
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
#include <stdint.h>
|
|
|
|
/* TODO */
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|