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