Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
org_bitcoin_Secp256k1Context.h
Go to the documentation of this file.
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
9extern "C" {
10#endif
11/*
12 * Class: org_bitcoin_Secp256k1Context
13 * Method: secp256k1_init_context
14 * Signature: ()J
15 */
17 (JNIEnv *, jclass);
18
19#ifdef __cplusplus
20}
21#endif
22#endif
SECP256K1_API jlong JNICALL Java_org_bitcoin_Secp256k1Context_secp256k1_1init_1context(JNIEnv *, jclass)
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition random.h:85
#define SECP256K1_API
Definition secp256k1.h:143