Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
org_bitcoin_Secp256k1Context.h File Reference
Include dependency graph for org_bitcoin_Secp256k1Context.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
SECP256K1_API jlong JNICALL | Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context (JNIEnv *, jclass) |
Function Documentation
◆ Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context()
SECP256K1_API jlong JNICALL Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context | ( | JNIEnv * | , |
jclass | |||
) |
Definition at line 7 of file org_bitcoin_Secp256k1Context.c.
References ctx, secp256k1_context_create(), SECP256K1_CONTEXT_SIGN, and SECP256K1_CONTEXT_VERIFY.