You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
527 B
21 lines
527 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_bitcoin_NativeSecp256k1 */
|
|
|
|
#ifndef _Included_org_bitcoin_NativeSecp256k1
|
|
#define _Included_org_bitcoin_NativeSecp256k1
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ecdsa_verify
|
|
* Signature: (Ljava/nio/ByteBuffer;)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify
|
|
(JNIEnv *, jclass, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|
|
|