secp256k1-zkp/include/secp256k1_bulletproofs.h
2023-02-08 03:09:11 -08:00

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