Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

org.bitcoin.NativeSecp256k1 Member List

This is the complete list of members for org.bitcoin.NativeSecp256k1, including all inherited members.

cleanup()org.bitcoin.NativeSecp256k1inlinestatic
cloneContext()org.bitcoin.NativeSecp256k1inlinestatic
computePubkey(byte[] seckey)org.bitcoin.NativeSecp256k1inlinestatic
createECDHSecret(byte[] seckey, byte[] pubkey)org.bitcoin.NativeSecp256k1inlinestatic
nativeECDSABufferorg.bitcoin.NativeSecp256k1privatestatic
privKeyTweakAdd(byte[] privkey, byte[] tweak)org.bitcoin.NativeSecp256k1inlinestatic
privKeyTweakMul(byte[] privkey, byte[] tweak)org.bitcoin.NativeSecp256k1inlinestatic
pubKeyTweakAdd(byte[] pubkey, byte[] tweak)org.bitcoin.NativeSecp256k1inlinestatic
pubKeyTweakMul(byte[] pubkey, byte[] tweak)org.bitcoin.NativeSecp256k1inlinestatic
rorg.bitcoin.NativeSecp256k1privatestatic
randomize(byte[] seed)org.bitcoin.NativeSecp256k1inlinestatic
rwlorg.bitcoin.NativeSecp256k1privatestatic
secKeyVerify(byte[] seckey)org.bitcoin.NativeSecp256k1inlinestatic
secp256k1_context_randomize(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ctx_clone(long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_destroy_context(long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ec_pubkey_create(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ec_pubkey_parse(ByteBuffer byteBuff, long context, int inputLen)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ec_seckey_verify(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ecdh(ByteBuffer byteBuff, long context, int inputLen)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ecdsa_sign(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_ecdsa_verify(ByteBuffer byteBuff, long context, int sigLen, int pubLen)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_privkey_tweak_add(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_privkey_tweak_mul(ByteBuffer byteBuff, long context)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_pubkey_tweak_add(ByteBuffer byteBuff, long context, int pubLen)org.bitcoin.NativeSecp256k1privatestatic
secp256k1_pubkey_tweak_mul(ByteBuffer byteBuff, long context, int pubLen)org.bitcoin.NativeSecp256k1privatestatic
sign(byte[] data, byte[] sec)org.bitcoin.NativeSecp256k1inlinestatic
verify(byte[] data, byte[] signature, byte[] pub)org.bitcoin.NativeSecp256k1inlinestatic
worg.bitcoin.NativeSecp256k1privatestatic
Released under the MIT license