mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 14:00:29 +01:00
Add CKey::SignSchnorr function for BIP 340/341 signing
This commit is contained in:
@@ -373,3 +373,7 @@ ECCVerifyHandle::~ECCVerifyHandle()
|
||||
secp256k1_context_verify = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
const secp256k1_context* GetVerifyContext() {
|
||||
return secp256k1_context_verify;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user