Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
org_bitcoin_Secp256k1Context.c File Reference
#include <stdlib.h>
#include <stdint.h>
#include "org_bitcoin_Secp256k1Context.h"
#include "include/secp256k1.h"
Include dependency graph for org_bitcoin_Secp256k1Context.c:
Go to the source code of this file.
Functions | |
SECP256K1_API jlong JNICALL | Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context (JNIEnv *env, jclass classObject) |
Function Documentation
◆ Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context()
SECP256K1_API jlong JNICALL Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context | ( | JNIEnv * | env, |
jclass | classObject | ||
) |
Definition at line 7 of file org_bitcoin_Secp256k1Context.c.
References ctx, secp256k1_context_create(), SECP256K1_CONTEXT_SIGN, and SECP256K1_CONTEXT_VERIFY.