secp256k1/src
Pieter Wuille eb74c36bd2 Abstract out tweak logic to secp256k1_eckey_* functions 2014-10-27 03:27:55 -07:00
..
java Split up signing and verification initialization 2014-09-13 17:14:17 +02:00
bench.c Make bench use external interface 2014-09-29 08:21:59 +02:00
ecdsa.h Move non-ECDSA operations from ecdsa to eckey 2014-10-27 02:58:09 -07:00
ecdsa_impl.h Move non-ECDSA operations from ecdsa to eckey 2014-10-27 02:58:09 -07:00
eckey.h Abstract out tweak logic to secp256k1_eckey_* functions 2014-10-27 03:27:55 -07:00
eckey_impl.h Abstract out tweak logic to secp256k1_eckey_* functions 2014-10-27 03:27:55 -07:00
ecmult.h Split up ecmult and ecmult_gen entirely 2014-10-26 03:42:24 -07:00
ecmult_gen.h Split up ecmult and ecmult_gen entirely 2014-10-26 03:42:24 -07:00
ecmult_gen_impl.h Split up ecmult and ecmult_gen entirely 2014-10-26 03:42:24 -07:00
ecmult_impl.h Split up ecmult and ecmult_gen entirely 2014-10-26 03:42:24 -07:00
field.h Correct secp256k1_fe_verify and use it everywhere 2014-07-17 21:07:40 +02: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 Add VERIFY_CHECK/DEBUG_CHECK and use CHECK macros more 2014-08-26 01:23:51 +02:00
field_5x52_int128_impl.h Move implementations from impl/*.h to *_impl.h 2014-03-12 18:40:02 +01:00
field_10x26.h MIT License 2013-05-09 15:24:32 +02:00
field_10x26_impl.h Add VERIFY_CHECK/DEBUG_CHECK and use CHECK macros more 2014-08-26 01:23:51 +02:00
field_gmp.h MIT License 2013-05-09 15:24:32 +02:00
field_gmp_impl.h Try to not leave secret data on the stack or heap. 2014-08-14 07:06:36 -07:00
field_impl.h Add VERIFY_CHECK/DEBUG_CHECK and use CHECK macros more 2014-08-26 01:23:51 +02:00
group.h Try to not leave secret data on the stack or heap. 2014-08-14 07:06:36 -07:00
group_impl.h Avoid uninitialized access in secp256k1_gej_double 2014-10-26 06:51:38 -07:00
num.h Merge pull request #53 2014-08-23 14:13:10 +02:00
num_gmp.h MIT License 2013-05-09 15:24:32 +02:00
num_gmp_impl.h Fix a signedness mistake in secp256k1_num_set_hex 2014-08-27 01:21:57 +02:00
num_impl.h Move implementations from impl/*.h to *_impl.h 2014-03-12 18:40:02 +01:00
num_openssl.h Verify num=openssl initialization and check repeatability 2014-10-26 05:39:13 -07:00
num_openssl_impl.h Avoid valgrind complaints in OpenSSL initialization check 2014-10-27 02:27:58 -07:00
secp256k1.c Abstract out tweak logic to secp256k1_eckey_* functions 2014-10-27 03:27:55 -07:00
tests.c Use internal secp256k1_eckey_ prefix for functions in eckey 2014-10-27 03:01:51 -07:00
util.h Better randomization for tests 2014-10-17 16:04:00 -07:00
util_impl.h Better randomization for tests 2014-10-17 16:04:00 -07:00