github.com/snowblossomcoin/go-ethereum@v1.9.25/crypto/secp256k1/libsecp256k1/src/java/org_bitcoin_Secp256k1Context.h (about)

     1  /* DO NOT EDIT THIS FILE - it is machine generated */
     2  #include <jni.h>
     3  #include "include/secp256k1.h"
     4  /* Header for class org_bitcoin_Secp256k1Context */
     5  
     6  #ifndef _Included_org_bitcoin_Secp256k1Context
     7  #define _Included_org_bitcoin_Secp256k1Context
     8  #ifdef __cplusplus
     9  extern "C" {
    10  #endif
    11  /*
    12   * Class:     org_bitcoin_Secp256k1Context
    13   * Method:    secp256k1_init_context
    14   * Signature: ()J
    15   */
    16  SECP256K1_API jlong JNICALL Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context
    17    (JNIEnv *, jclass);
    18  
    19  #ifdef __cplusplus
    20  }
    21  #endif
    22  #endif