Switch to libsecp256k1-based validation for ECDSA
This commit is contained in:
committed by
Jack Grigg
parent
c1afe40a17
commit
3d02d0f63a
@@ -1,6 +1,7 @@
|
||||
#ifndef BITCOIN_TEST_TEST_BITCOIN_H
|
||||
#define BITCOIN_TEST_TEST_BITCOIN_H
|
||||
|
||||
#include "pubkey.h"
|
||||
#include "txdb.h"
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
@@ -10,6 +11,8 @@
|
||||
* This just configures logging and chain parameters.
|
||||
*/
|
||||
struct BasicTestingSetup {
|
||||
ECCVerifyHandle globalVerifyHandle;
|
||||
|
||||
BasicTestingSetup();
|
||||
~BasicTestingSetup();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user