Dash Core  0.12.2.1
P2P Digital Currency
org_bitcoin_NativeSecp256k1.c File Reference

Go to the source code of this file.

Functions

JNIEXPORT jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify (JNIEnv *env, jclass classObject, jobject byteBufferObject)
 
static void __javasecp256k1_attach (void)
 
static void __javasecp256k1_detach (void)
 

Function Documentation

◆ __javasecp256k1_attach()

static void __javasecp256k1_attach ( void  )
static

Definition at line 14 of file org_bitcoin_NativeSecp256k1.c.

◆ __javasecp256k1_detach()

static void __javasecp256k1_detach ( void  )
static

Definition at line 21 of file org_bitcoin_NativeSecp256k1.c.

◆ Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify()

JNIEXPORT jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify ( JNIEnv *  env,
jclass  classObject,
jobject  byteBufferObject 
)

Definition at line 5 of file org_bitcoin_NativeSecp256k1.c.