mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
7b49f22bdb
8225239
Merge #433: Make the libcrypto detection fail the newer API.12de863
Make the libcrypto detection fail the newer API.2928420
Merge #427: Remove Schnorr from travis as well8eecc4a
Remove Schnorr from travis as wella8abae7
Merge #310: Add exhaustive test for group functions on a low-order subgroupb4ceedf
Add exhaustive test for verification83836a9
Add exhaustive tests for group arithmetic, signing, and ecmult on a small group20b8877
Add exhaustive test for group functions on a low-order subgroup80773a6
Merge #425: Remove Schnorr experimente06e878
Remove Schnorr experiment04c8ef3
Merge #407: Modify parameter order of internal functions to match API parameter order6e06696
Merge #411: Remove guarantees about memcmp-ability40c8d7e
Merge #421: Update scalar_4x64_impl.ha922365
Merge #422: Restructure nonce clearing3769783
Restructure nonce clearing0f9e69d
Restructure nonce clearing9d67afa
Update scalar_4x64_impl.h7d15cd7
Merge #413: fix auto-enabled static precompuatation00c5d2e
fix auto-enabled static precompuatation91219a1
Remove guarantees about memcmp-ability353c1bf
Fix secp256k1_ge_set_table_gej_var parameter order541b783
Fix secp256k1_ge_set_all_gej_var parameter order7d893f4
Fix secp256k1_fe_inv_all_var parameter order git-subtree-dir: src/secp256k1 git-subtree-split:8225239f49
112 lines
1.3 KiB
Text
112 lines
1.3 KiB
Text
*.tar.gz
|
|
|
|
*.exe
|
|
src/bitcoin
|
|
src/bitcoind
|
|
src/bitcoin-cli
|
|
src/bitcoin-tx
|
|
src/test/test_bitcoin
|
|
src/qt/test/test_bitcoin-qt
|
|
|
|
# autoreconf
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
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
|
|
config.log
|
|
config.status
|
|
configure
|
|
libtool
|
|
src/config/bitcoin-config.h
|
|
src/config/bitcoin-config.h.in
|
|
src/config/stamp-h1
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/univalue/gen
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.pyc
|
|
*.o
|
|
*.o-*
|
|
*.patch
|
|
.bitcoin
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
|
|
*.log
|
|
*.trs
|
|
*.dmg
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
#libtool object files
|
|
*.lo
|
|
*.la
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
bitcoin-qt
|
|
Bitcoin-Qt.app
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
bitcoin-qt_test
|
|
src/test/buildenv.py
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
#lcov
|
|
*.gcno
|
|
*.gcda
|
|
/*.info
|
|
test_bitcoin.coverage/
|
|
total.coverage/
|
|
coverage_percent.txt
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
qa/pull-tester/tests_config.py
|
|
qa/cache/*
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
/doc/doxygen/
|
|
|
|
libbitcoinconsensus.pc
|
|
contrib/devtools/split-debug.sh
|