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
Pieter Wuille 5133f78651
Merge pull request #254
9 years ago
..
java Split up signing and verification initialization 10 years ago
basic-config.h Add ability to use a statically generated ecmult context. 9 years ago
bench.h Fix typo: avg -> max 10 years ago
bench_internal.c Further performance improvements to _ecmult_wnaf 9 years ago
bench_recover.c [API BREAK] Introduce explicit contexts 10 years ago
bench_sign.c [API BREAK] Introduce explicit contexts 10 years ago
bench_verify.c [API BREAK] Introduce explicit contexts 10 years ago
ecdsa.h [API BREAK] Introduce explicit contexts 10 years ago
ecdsa_impl.h [API BREAK] Introduce explicit contexts 10 years ago
eckey.h [API BREAK] Introduce explicit contexts 10 years ago
eckey_impl.h [API BREAK] Introduce explicit contexts 10 years ago
ecmult.h Expose ability to deep-copy a context 10 years ago
ecmult_gen.h Add scalar blinding and a secp256k1_context_randomize() call. 10 years ago
ecmult_gen_impl.h Add ability to use a statically generated ecmult context. 9 years ago
ecmult_impl.h Merge pull request #258 9 years ago
field.h Replace set/add with cmov in secp256k1_gej_add_ge. 10 years ago
field_5x52.h Add missing casts to SECP256K1_FE_CONST_INNER 9 years ago
field_5x52_asm_impl.h Explicitly access %0..%2 as 64-bit so we use the right registers for x32 ABI 10 years ago
field_5x52_impl.h Fix VERIFY calculations in _fe_cmov methods 10 years ago
field_5x52_int128_impl.h Centralize the definition of uint128_t and use it uniformly. 10 years ago
field_10x26.h Merge pull request #254 9 years ago
field_10x26_impl.h Fix VERIFY calculations in _fe_cmov methods 10 years ago
field_impl.h Verify the result of GMP modular inverse using non-GMP code 9 years ago
gen_context.c Add ability to use a statically generated ecmult context. 9 years ago
group.h Add ability to use a statically generated ecmult context. 9 years ago
group_impl.h Save 1 _fe_negate since s1 == -s2 9 years ago
hash.h Add ability to pass extra entropy to rfc6979 10 years ago
hash_impl.h Add a couple comments pointing to particular sections of RFC6979. 10 years ago
num.h Avoid division when decomposing scalars 10 years ago
num_gmp.h Switch to C89 comments in prep for making the whole codebase C89 compatible. 10 years ago
num_gmp_impl.h Brace all the if/for/while. 10 years ago
num_impl.h Make num optional 10 years ago
scalar.h Convert the rest of the codebase to C89. 10 years ago
scalar_4x64.h Convert the scalar constant initialization to static consts 10 years ago
scalar_4x64_impl.h x86_64 assembly optimization for scalar_4x64 10 years ago
scalar_8x32.h Convert the scalar constant initialization to static consts 10 years ago
scalar_8x32_impl.h Silence some warnings from pedantic static analysis tools, improve compatibility with C++. 10 years ago
scalar_impl.h Verify the result of GMP modular inverse using non-GMP code 9 years ago
secp256k1.c Add secp256k1_ec_pubkey_compress(), with test similar to the related decompress() function. 9 years ago
testrand.h use 128-bit hex seed 10 years ago
testrand_impl.h Add ability to pass extra entropy to rfc6979 10 years ago
tests.c Merge pull request #263 9 years ago
util.h Convert the rest of the codebase to C89. 10 years ago