mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 19:23:41 +02:00
add header
This commit is contained in:
8
secp256k1.h
Normal file
8
secp256k1.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#ifndef _SECP256K1_
|
||||||
|
#define _SECP256K1_
|
||||||
|
|
||||||
|
namespace secp256k1 {
|
||||||
|
int VerifyECDSA(const unsigned char *msg, int msglen, const unsigned char *sig, int siglen, const unsigned char *pubkey, int pubkeylen);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user