mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Implement BlindPSBT
This commit is contained in:
parent
1dbc3b270c
commit
e7dd046b03
6 changed files with 449 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue