bitcoin/src
2014-11-12 15:47:12 -08:00
..
java Split up signing and verification initialization 2014-09-13 17:14:17 +02:00
bench_inv.c Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
bench_sign.c Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
bench_verify.c Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
ecdsa.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
ecdsa_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
eckey.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
eckey_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
ecmult.h Split up ecmult and ecmult_gen entirely 2014-10-26 03:42:24 -07:00
ecmult_gen.h Introduce secp256k1_scalar_t for future constant-time mod order operations 2014-10-28 04:33:23 -07:00
ecmult_gen_impl.h Avoid a shadowed variable. 2014-11-12 15:47:12 -08:00
ecmult_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
field.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
field_5x52.h MIT License 2013-05-09 15:24:32 +02:00
field_5x52_asm.asm Support 64bit_asm field on OSX 2014-06-02 15:33:35 +07:00
field_5x52_asm_impl.h Move implementations from impl/*.h to *_impl.h 2014-03-12 18:40:02 +01:00
field_5x52_impl.h Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
field_5x52_int128_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
field_10x26.h MIT License 2013-05-09 15:24:32 +02:00
field_10x26_impl.h Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
field_gmp.h MIT License 2013-05-09 15:24:32 +02:00
field_gmp_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
field_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
group.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
group_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
num.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
num_gmp.h MIT License 2013-05-09 15:24:32 +02:00
num_gmp_impl.h Remove a VERIFY_CHECK for >=0ness on an unsigned type. 2014-11-12 15:47:12 -08:00
num_impl.h Remove OpenSSL bignum implementation 2014-10-31 02:10:13 -07:00
scalar.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
scalar_4x64.h Implementations for scalar without data-dependent branches. 2014-11-04 03:01:55 -08:00
scalar_4x64_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
scalar_8x32.h Implementations for scalar without data-dependent branches. 2014-11-04 03:01:55 -08:00
scalar_8x32_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
scalar_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
secp256k1.c Add non-null and unused-result warnings for the external API. 2014-11-12 12:23:09 -08:00
tests.c Correct function prototypes and avoid unused parameter warnings. 2014-11-12 15:47:06 -08:00
util.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00
util_impl.h Reorder static to comply with C99 and switch to the inline macro. 2014-11-12 13:07:55 -08:00