secp256k1-zkp/include/secp256k1_bulletproofs.h

19 lines
206 B
C
Raw Normal View History

2022-08-27 15:02:44 +00:00
#ifndef _SECP256K1_BULLETPROOFS_
# define _SECP256K1_BULLETPROOFS_
# include "secp256k1.h"
# ifdef __cplusplus
extern "C" {
# endif
#include <stdint.h>
/* TODO */
# ifdef __cplusplus
}
# endif
#endif