Implement BlindPSBT

This commit is contained in:
Andrew Chow 2020-09-17 16:02:33 -04:00
parent 1dbc3b270c
commit e7dd046b03
6 changed files with 449 additions and 6 deletions

View file

@ -11,7 +11,7 @@
#include <random.h>
#include <util/system.h>
static secp256k1_context* secp256k1_blind_context = NULL;
secp256k1_context* secp256k1_blind_context = NULL;
class Blind_ECC_Init {
public: