]>
Commit | Line | Data |
---|---|---|
8f9a3078 | 1 | bench_inv |
91c0ce95 | 2 | bench_ecdh |
cb32940d | 3 | bench_ecmult |
4e435200 | 4 | bench_schnorrsig |
8f9a3078 PW |
5 | bench_sign |
6 | bench_verify | |
6a59012f | 7 | bench_recover |
c146b4a4 | 8 | bench_internal |
f0c89aad | 9 | tests |
20b8877b | 10 | exhaustive_tests |
fbecc38a | 11 | gen_context |
3d230225 | 12 | valgrind_ctime_test |
8f9a3078 | 13 | *.exe |
f0c89aad PW |
14 | *.so |
15 | *.a | |
a16c3a90 | 16 | !.gitignore |
78cd96b1 CF |
17 | |
18 | Makefile | |
19 | configure | |
20 | .libs/ | |
21 | Makefile.in | |
22 | aclocal.m4 | |
78cd96b1 CF |
23 | autom4te.cache/ |
24 | config.log | |
25 | config.status | |
26 | *.tar.gz | |
27 | *.la | |
28 | libtool | |
29 | .deps/ | |
30 | .dirstamp | |
78cd96b1 CF |
31 | *.lo |
32 | *.o | |
33 | *~ | |
bceefd65 JR |
34 | *.log |
35 | *.trs | |
78cd96b1 CF |
36 | src/libsecp256k1-config.h |
37 | src/libsecp256k1-config.h.in | |
fbecc38a | 38 | src/ecmult_static_context.h |
70141a85 | 39 | build-aux/config.guess |
40 | build-aux/config.sub | |
41 | build-aux/depcomp | |
42 | build-aux/install-sh | |
43 | build-aux/ltmain.sh | |
44 | build-aux/m4/libtool.m4 | |
45 | build-aux/m4/lt~obsolete.m4 | |
46 | build-aux/m4/ltoptions.m4 | |
47 | build-aux/m4/ltsugar.m4 | |
48 | build-aux/m4/ltversion.m4 | |
49 | build-aux/missing | |
50 | build-aux/compile | |
51 | build-aux/test-driver | |
78cd96b1 | 52 | src/stamp-h1 |
4212f7d7 | 53 | libsecp256k1.pc |