You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/src
Kirill Fomichev 3f8b78e5e9
Fix undefs in hash_impl.h
9 years ago
..
java Merge #389: Cast pointers through uintptr_t under JNI 9 years ago
modules Change secp256k1_ec_pubkey_combine's count argument to size_t. 9 years ago
basic-config.h
bench.h Use the explicit NULL macro for pointer comparisons. 9 years ago
bench_ecdh.c bench_ecdh: fix call to secp256k1_context_create 9 years ago
bench_internal.c Get rid of _t as it is POSIX reserved 9 years ago
bench_recover.c Get rid of _t as it is POSIX reserved 9 years ago
bench_schnorr_verify.c Get rid of _t as it is POSIX reserved 9 years ago
bench_sign.c Get rid of _t as it is POSIX reserved 9 years ago
bench_verify.c Benchmark against OpenSSL verification 9 years ago
ecdsa.h Move secp256k1_ecdsa_sig_recover into the recovery module. 9 years ago
ecdsa_impl.h Comment copyediting. 9 years ago
eckey.h Overhaul flags handling 9 years ago
eckey_impl.h Overhaul flags handling 9 years ago
ecmult.h Get rid of _t as it is POSIX reserved 9 years ago
ecmult_const.h Get rid of _t as it is POSIX reserved 9 years ago
ecmult_const_impl.h Fix miscellaneous style nits that irritate overactive static analysis. 9 years ago
ecmult_gen.h Get rid of _t as it is POSIX reserved 9 years ago
ecmult_gen_impl.h Eliminate all side-effects from VERIFY_CHECK() usage. 9 years ago
ecmult_impl.h Get rid of _t as it is POSIX reserved 9 years ago
field.h Improvements for coordinate decompression 9 years ago
field_5x52.h Fix miscellaneous style nits that irritate overactive static analysis. 9 years ago
field_5x52_asm_impl.h
field_5x52_impl.h Get rid of _t as it is POSIX reserved 9 years ago
field_5x52_int128_impl.h [Trivial] Remove double semicolons 9 years ago
field_10x26.h Fix miscellaneous style nits that irritate overactive static analysis. 9 years ago
field_10x26_impl.h Fix miscellaneous style nits that irritate overactive static analysis. 9 years ago
field_impl.h Improvements for coordinate decompression 9 years ago
gen_context.c Get rid of _t as it is POSIX reserved 9 years ago
group.h Improvements for coordinate decompression 9 years ago
group_impl.h Add note about y=0 being possible on one of the sextic twists 9 years ago
hash.h Fix state size in sha256 struct 9 years ago
hash_impl.h Fix undefs in hash_impl.h 9 years ago
num.h Get rid of _t as it is POSIX reserved 9 years ago
num_gmp.h Get rid of _t as it is POSIX reserved 9 years ago
num_gmp_impl.h Eliminate all side-effects from VERIFY_CHECK() usage. 9 years ago
num_impl.h
scalar.h Get rid of _t as it is POSIX reserved 9 years ago
scalar_4x64.h Get rid of _t as it is POSIX reserved 9 years ago
scalar_4x64_impl.h Remove some dead code. 9 years ago
scalar_8x32.h Get rid of _t as it is POSIX reserved 9 years ago
scalar_8x32_impl.h Get rid of _t as it is POSIX reserved 9 years ago
scalar_impl.h Get rid of _t as it is POSIX reserved 9 years ago
secp256k1.c Add some missing `VERIFY_CHECK(ctx != NULL)` for functions that use `ARG_CHECK` 9 years ago
testrand.h Improve testrand: add extra random functions 9 years ago
testrand_impl.h Faster secp256k1_rand_int implementation 9 years ago
tests.c Merge #390: Update bitcoin-core GitHub links 9 years ago
util.h Get rid of _t as it is POSIX reserved 9 years ago