github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/crypto/secp256k1/libsecp256k1/src/java/org_bitcoin_NativeSecp256k1.h (about)

     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   */
    15  JNIEXPORT jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify
    16    (JNIEnv *, jclass, jobject);
    17  
    18  #ifdef __cplusplus
    19  }
    20  #endif
    21  #endif