2014-11-01 13:01:40 +00:00
|
|
|
bench_inv
|
2015-05-15 19:46:08 +00:00
|
|
|
bench_ecdh
|
2017-12-31 03:59:17 +00:00
|
|
|
bench_ecmult
|
2020-05-12 16:17:59 +00:00
|
|
|
bench_schnorrsig
|
2014-11-01 13:01:40 +00:00
|
|
|
bench_sign
|
|
|
|
bench_verify
|
2014-12-16 06:43:19 +00:00
|
|
|
bench_recover
|
2015-04-22 19:11:19 +00:00
|
|
|
bench_internal
|
2013-04-06 22:37:06 +00:00
|
|
|
tests
|
2015-09-17 23:54:52 +00:00
|
|
|
exhaustive_tests
|
2015-05-20 00:32:35 +00:00
|
|
|
gen_context
|
2021-06-28 20:33:03 +00:00
|
|
|
gen_ecmult_static_pre_g
|
2020-01-08 11:56:15 +00:00
|
|
|
valgrind_ctime_test
|
2014-11-01 13:01:40 +00:00
|
|
|
*.exe
|
2013-04-06 22:37:06 +00:00
|
|
|
*.so
|
|
|
|
*.a
|
2021-10-19 00:41:59 +00:00
|
|
|
*.csv
|
2013-04-11 10:46:37 +00:00
|
|
|
!.gitignore
|
2014-01-18 03:52:33 +00:00
|
|
|
|
|
|
|
Makefile
|
|
|
|
configure
|
|
|
|
.libs/
|
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
config.log
|
|
|
|
config.status
|
2021-05-13 17:34:16 +00:00
|
|
|
conftest*
|
2014-01-18 03:52:33 +00:00
|
|
|
*.tar.gz
|
|
|
|
*.la
|
|
|
|
libtool
|
|
|
|
.deps/
|
|
|
|
.dirstamp
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*~
|
2020-08-31 23:35:47 +00:00
|
|
|
*.log
|
|
|
|
*.trs
|
2021-05-12 09:49:36 +00:00
|
|
|
|
|
|
|
coverage/
|
|
|
|
coverage.html
|
|
|
|
coverage.*.html
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
|
2014-01-18 03:52:33 +00:00
|
|
|
src/libsecp256k1-config.h
|
|
|
|
src/libsecp256k1-config.h.in
|
2015-05-20 00:32:35 +00:00
|
|
|
src/ecmult_static_context.h
|
2016-02-16 22:59:00 +00:00
|
|
|
build-aux/config.guess
|
|
|
|
build-aux/config.sub
|
|
|
|
build-aux/depcomp
|
|
|
|
build-aux/install-sh
|
|
|
|
build-aux/ltmain.sh
|
|
|
|
build-aux/m4/libtool.m4
|
|
|
|
build-aux/m4/lt~obsolete.m4
|
|
|
|
build-aux/m4/ltoptions.m4
|
|
|
|
build-aux/m4/ltsugar.m4
|
|
|
|
build-aux/m4/ltversion.m4
|
|
|
|
build-aux/missing
|
|
|
|
build-aux/compile
|
|
|
|
build-aux/test-driver
|
2014-01-18 03:52:33 +00:00
|
|
|
src/stamp-h1
|
2014-05-21 01:04:31 +00:00
|
|
|
libsecp256k1.pc
|