mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 15:50:07 +01:00
8225239Merge #433: Make the libcrypto detection fail the newer API.12de863Make the libcrypto detection fail the newer API.2928420Merge #427: Remove Schnorr from travis as well8eecc4aRemove Schnorr from travis as wella8abae7Merge #310: Add exhaustive test for group functions on a low-order subgroupb4ceedfAdd exhaustive test for verification83836a9Add exhaustive tests for group arithmetic, signing, and ecmult on a small group20b8877Add exhaustive test for group functions on a low-order subgroup80773a6Merge #425: Remove Schnorr experimente06e878Remove Schnorr experiment04c8ef3Merge #407: Modify parameter order of internal functions to match API parameter order6e06696Merge #411: Remove guarantees about memcmp-ability40c8d7eMerge #421: Update scalar_4x64_impl.ha922365Merge #422: Restructure nonce clearing3769783Restructure nonce clearing0f9e69dRestructure nonce clearing9d67afaUpdate scalar_4x64_impl.h7d15cd7Merge #413: fix auto-enabled static precompuatation00c5d2efix auto-enabled static precompuatation91219a1Remove guarantees about memcmp-ability7a49cacMerge #410: Add string.h include to ecmult_impl0bbd5d4Add string.h include to ecmult_impl353c1bfFix secp256k1_ge_set_table_gej_var parameter order541b783Fix secp256k1_ge_set_all_gej_var parameter order7d893f4Fix secp256k1_fe_inv_all_var parameter orderc5b32e1Merge #405: Make secp256k1_fe_sqrt constant time926836aMake secp256k1_fe_sqrt constant timee2a8e92Merge #404: Replace 3M + 4S doubling formula with 2M + 5S one8ec49d8Add note about 2M + 5S doubling formula5a91bd7Merge #400: A couple minor cleanupsac01378build: add -DSECP256K1_BUILD to benchmark_internal build flagsa6c6f99Remove a bunch of unused stdlib #includes65285a6Merge #403: configure: add flag to disable OpenSSL testsa9b2a5dconfigure: add flag to disable OpenSSL testsb340123Merge #402: Add support for testing quadratic residuese6e9805Add function for testing quadratic residue field/group elements.efd953aAdd Jacobi symbol test via GMPfa36a0dMerge #401: ecmult_const: unify endomorphism and non-endomorphism skew casesc6191fdecmult_const: unify endomorphism and non-endomorphism skew cases0b3e618Merge #378: .gitignore build-aux cleanup6042217Merge #384: JNI: align shared files copyright/comments to bitcoinj's24ad20fMerge #399: build: verify that the native compiler works for static precompb3be852Merge #398: Test whether ECDH and Schnorr are enabled for JNIaa0b1fdbuild: verify that the native compiler works for static precompeee808dTest whether ECDH and Schnorr are enabled for JNI7b0fb18Merge #366: ARM assembly implementation of field_10x26 inner (rebase of #173)001f176ARM assembly implementation of field_10x26 inner0172be9Merge #397: Small fixes for sha2563f8b78eFix undefs in hash_impl.h2ab4695Fix state size in sha256 struct6875b01Merge #386: Add some missing `VERIFY_CHECK(ctx != NULL)`2c52b5dMerge #389: Cast pointers through uintptr_t under JNI43097a4Merge #390: Update bitcoin-core GitHub links31c9c12Merge #391: JNI: Only call ecdsa_verify if its inputs parsed correctly1cb2302Merge #392: Add testcase which hits additional branch in secp256k1_scalar_sqrd2ee340Merge #388: bench_ecdh: fix call to secp256k1_context_create093a497Add testcase which hits additional branch in secp256k1_scalar_sqra40c701JNI: Only call ecdsa_verify if its inputs parsed correctlyfaa2a11Update bitcoin-core GitHub links47b9e78Cast pointers through uintptr_t under JNIf36f9c6bench_ecdh: fix call to secp256k1_context_createbcc4881Add some missing `VERIFY_CHECK(ctx != NULL)` for functions that use `ARG_CHECK`6ceea2calign shared files copyright/comments to bitcoinj's70141a8Update .gitignore7b549b1Merge #373: build: fix x86_64 asm detection for some compilersbc7c93cMerge #374: Add note about y=0 being possible on one of the sextic twistse457018Merge #364: JNI rebased86e2d07JNI library: cleanup, removed unimplemented code3093576aJNI librarybd2895fMerge pull request #371e72e93aAdd note about y=0 being possible on one of the sextic twists3f8fdfbbuild: fix x86_64 asm detection for some compilerse5a9047[Trivial] Remove double semicolonsc18b869Merge pull request #3603026daaMerge pull request #30203d4611Add sage verification script for the group lawsa965937Merge pull request #36183221ecAdd experimental features to configure5d4c5a3Prevent damage_array in the signature test from going out of bounds.419bf7fMerge pull request #35603d84a4Benchmark against OpenSSL verification git-subtree-dir: src/secp256k1 git-subtree-split:8225239f49
120 lines
3.6 KiB
C
120 lines
3.6 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
#include "include/secp256k1.h"
|
|
/* Header for class org_bitcoin_NativeSecp256k1 */
|
|
|
|
#ifndef _Included_org_bitcoin_NativeSecp256k1
|
|
#define _Included_org_bitcoin_NativeSecp256k1
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ctx_clone
|
|
* Signature: (J)J
|
|
*/
|
|
SECP256K1_API jlong JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ctx_1clone
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_context_randomize
|
|
* Signature: (Ljava/nio/ByteBuffer;J)I
|
|
*/
|
|
SECP256K1_API jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1context_1randomize
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_privkey_tweak_add
|
|
* Signature: (Ljava/nio/ByteBuffer;J)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1privkey_1tweak_1add
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_privkey_tweak_mul
|
|
* Signature: (Ljava/nio/ByteBuffer;J)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1privkey_1tweak_1mul
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_pubkey_tweak_add
|
|
* Signature: (Ljava/nio/ByteBuffer;JI)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1pubkey_1tweak_1add
|
|
(JNIEnv *, jclass, jobject, jlong, jint);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_pubkey_tweak_mul
|
|
* Signature: (Ljava/nio/ByteBuffer;JI)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1pubkey_1tweak_1mul
|
|
(JNIEnv *, jclass, jobject, jlong, jint);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_destroy_context
|
|
* Signature: (J)V
|
|
*/
|
|
SECP256K1_API void JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1destroy_1context
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ecdsa_verify
|
|
* Signature: (Ljava/nio/ByteBuffer;JII)I
|
|
*/
|
|
SECP256K1_API jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1verify
|
|
(JNIEnv *, jclass, jobject, jlong, jint, jint);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ecdsa_sign
|
|
* Signature: (Ljava/nio/ByteBuffer;J)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdsa_1sign
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ec_seckey_verify
|
|
* Signature: (Ljava/nio/ByteBuffer;J)I
|
|
*/
|
|
SECP256K1_API jint JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ec_1seckey_1verify
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ec_pubkey_create
|
|
* Signature: (Ljava/nio/ByteBuffer;J)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ec_1pubkey_1create
|
|
(JNIEnv *, jclass, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ec_pubkey_parse
|
|
* Signature: (Ljava/nio/ByteBuffer;JI)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ec_1pubkey_1parse
|
|
(JNIEnv *, jclass, jobject, jlong, jint);
|
|
|
|
/*
|
|
* Class: org_bitcoin_NativeSecp256k1
|
|
* Method: secp256k1_ecdh
|
|
* Signature: (Ljava/nio/ByteBuffer;JI)[[B
|
|
*/
|
|
SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1ecdh
|
|
(JNIEnv* env, jclass classObject, jobject byteBufferObject, jlong ctx_l, jint publen);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|