Dash Core  0.12.2.1
P2P Digital Currency
org_bitcoin_NativeSecp256k1.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_bitcoin_NativeSecp256k1 */
4 
5 #ifndef _Included_org_bitcoin_NativeSecp256k1
6 #define _Included_org_bitcoin_NativeSecp256k1
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: org_bitcoin_NativeSecp256k1
12  * Method: secp256k1_ecdsa_verify
13  * Signature: (Ljava/nio/ByteBuffer;)I
14  */
16  (JNIEnv *, jclass, jobject);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif
JNIEXPORT jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify(JNIEnv *, jclass, jobject)