bulletproofs: add new empty module
This commit is contained in:
committed by
sanket1729
parent
6162d577fe
commit
048f9f8642
18
include/secp256k1_bulletproofs.h
Normal file
18
include/secp256k1_bulletproofs.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _SECP256K1_BULLETPROOFS_
|
||||
# define _SECP256K1_BULLETPROOFS_
|
||||
|
||||
# include "secp256k1.h"
|
||||
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
# endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* TODO */
|
||||
|
||||
# ifdef __cplusplus
|
||||
}
|
||||
# endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user