PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
org_bitcoin_NativeSecp256k1.c File Reference
#include "org_bitcoin_NativeSecp256k1.h"
#include "include/secp256k1.h"
Include dependency graph for org_bitcoin_NativeSecp256k1.c:

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)
 

Function Documentation

◆ 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.