Bitcoin ABC 0.26.3
P2P Digital Currency
|
This class holds the context reference used in native methods to handle ECDSA operations. More...
Static Public Member Functions | |
static boolean | isEnabled () |
static long | getContext () |
Static Private Member Functions | |
static native long | secp256k1_init_context () |
Static Private Attributes | |
static final boolean | enabled |
static final long | context |
This class holds the context reference used in native methods to handle ECDSA operations.
Definition at line 23 of file Secp256k1Context.java.
Definition at line 25 of file Secp256k1Context.java.
Definition at line 24 of file Secp256k1Context.java.