Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Upstream #159

Merged
merged 131 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from 130 commits
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
b53e0cd
Avoid overly-wide multiplications
peterdettman Sep 10, 2020
9be7b0f
Avoid computing out-of-bounds pointer.
real-or-random Jun 16, 2021
db4667d
Make aux_rand32 arg to secp256k1_schnorrsig_sign const
sipa Jul 14, 2021
d439937
tests: remove `secp256k1_fe_verify` from tests.c and modify `secp256k…
siv2r Oct 2, 2021
da0092b
Merge bitcoin-core/secp256k1#986: tests: remove `secp256k1_fe_verify`…
jonasnick Oct 4, 2021
189f6bc
Fix unused parameter warnings when building without VERIFY
jonasnick Oct 4, 2021
10f9bd8
Merge bitcoin-core/secp256k1#987: Fix unused parameter warnings when …
real-or-random Oct 12, 2021
bc08599
Remove OpenSSL testing support
sipa Sep 28, 2021
d49011f
Make _set_fe_int( . , 0 ) set magnitude to 0
real-or-random Jun 12, 2019
2888640
VERIFY_CHECK precondition for secp256k1_fe_set_int.
roconnor-blockstream May 13, 2021
297ce82
Merge bitcoin-core/secp256k1#966: Make aux_rand32 arg to secp256k1_sc…
jonasnick Oct 15, 2021
f34b5ca
Merge bitcoin-core/secp256k1#983: [RFC] Remove OpenSSL testing support
real-or-random Oct 16, 2021
920a0e5
Merge bitcoin-core/secp256k1#952: Avoid computing out-of-bounds pointer.
real-or-random Oct 17, 2021
9526874
Merge bitcoin-core/secp256k1#810: Avoid overly-wide multiplications i…
real-or-random Oct 17, 2021
26a255b
Shared benchmark format for command line and CSV outputs
siv2r Oct 15, 2021
b4b1306
create csv file from the benchmark output
siv2r Oct 19, 2021
044d956
Fix G.y parity in sage code
sipa Oct 20, 2021
aa1b889
Merge bitcoin-core/secp256k1#996: Fix G.y parity in sage code
real-or-random Oct 20, 2021
20d791e
Merge bitcoin-core/secp256k1#989: Shared benchmark format for command…
jonasnick Oct 22, 2021
96b1ad2
bench_ecmult: improve clarity of output
jonasnick Oct 22, 2021
23e2f66
bench: don't return 1 in have_flag() if argc = 1
jonasnick Oct 24, 2021
3e7b2ea
Merge bitcoin-core/secp256k1#999: bench_ecmult: improve clarity of ou…
real-or-random Oct 25, 2021
21c188b
Merge bitcoin-core/secp256k1#943: VERIFY_CHECK precondition for secp2…
real-or-random Oct 28, 2021
5324f89
Make aux_rnd32==NULL behave identical to 0x0000..00.
sipa Oct 30, 2021
8fa4120
Merge bitcoin-core/secp256k1#1002: Make aux_rnd32==NULL behave identi…
real-or-random Oct 31, 2021
2a7be67
Combine bench_sign and bench_verify into single bench
sipa Oct 17, 2021
855e18d
Merge bench_ecdh into bench
sipa Oct 17, 2021
3208557
Merge bench_recover into bench
sipa Oct 17, 2021
9f56bdf
Merge bench_schnorrsig into bench
sipa Oct 17, 2021
af6abcb
Make bench support selecting which benchmarks to run
sipa Nov 5, 2021
515a5db
Merge bitcoin-core/secp256k1#991: Merge all "external" benchmarks int…
real-or-random Nov 8, 2021
73a7472
doc: Replace apoelstra's GPG key by jonasnick's GPG key
real-or-random Nov 8, 2021
3b157c4
doc: Suggest keys.openpgp.org as keyserver in SECURITY.md
real-or-random Nov 8, 2021
c74a7b7
Merge bitcoin-core/secp256k1#1007: doc: Replace apoelstra's GPG key b…
real-or-random Nov 9, 2021
16d1322
refactor: Use (int)&(int) in boolean context to avoid compiler warning
Nov 8, 2021
74c34e7
Merge bitcoin-core/secp256k1#1009: refactor: Use (int)&(int) in boole…
real-or-random Nov 9, 2021
72de135
ci: Enable -g if we set CFLAGS manually
real-or-random Nov 10, 2021
7006f1b
Merge bitcoin-core/secp256k1#1011: ci: Enable -g if we set CFLAGS man…
jonasnick Nov 10, 2021
2332975
Fix typos
rex4539 Nov 13, 2021
ea5e8a9
Merge bitcoin-core/secp256k1#1012: Fix typos
real-or-random Nov 13, 2021
dc9b685
doc: Minor fixes in safegcd_implementation.md
robot-dreams Nov 10, 2021
793ad90
Merge bitcoin-core/secp256k1#1010: doc: Minor fixes in safegcd_implem…
real-or-random Nov 16, 2021
22dc2c0
ecmult_gen: Move table creation to new file and force static prec
real-or-random Sep 9, 2021
e43ba02
refactor: Decouple table generation and ecmult_gen context
real-or-random Nov 9, 2021
214042a
build: don't append valgrind CPPFLAGS if not installed
fanquake Nov 23, 2021
812ff5c
doc: remove use of 0xa0 "no break space"
fanquake Nov 23, 2021
2e5e4b6
Merge bitcoin-core/secp256k1#1020: doc: remove use of <0xa0> "no brea…
real-or-random Nov 24, 2021
fecf436
Merge bitcoin-core/secp256k1#1019: build: don't append valgrind CPPFL…
real-or-random Nov 24, 2021
60bf889
ecmult: fix definition of STRAUSS_SCRATCH_OBJECTS
jonasnick Nov 6, 2021
fe32a79
build: pass win32-dll to LT_INIT
fanquake Dec 2, 2021
c0cd7de
build: add -no-undefined to libtool LDFLAGS
fanquake Dec 2, 2021
49f608d
Merge bitcoin-core/secp256k1#1004: ecmult: fix definition of STRAUSS_…
real-or-random Dec 2, 2021
2b7c749
build: replace backtick command substitution with $()
fanquake Dec 3, 2021
3b0c218
ecmult_gen: Simplify ecmult_gen context after making table static
real-or-random Nov 9, 2021
00d2fa1
ecmult_gen: Make code consistent with comment
real-or-random Oct 7, 2021
8ae18f1
refactor: Rename file that contains static ecmult_gen table
real-or-random Oct 7, 2021
9ad09f6
refactor: Rename program that generates static ecmult_gen table
real-or-random Oct 7, 2021
e1a7653
refactor: Make generator a parameter of ecmult_gen_create_prec_table
real-or-random Oct 6, 2021
5106226
exhaustive_tests: Fix with ecmult_gen table with custom generator
real-or-random Oct 7, 2021
4c94c55
doc: Remove obsolete hint for valgrind stack size
real-or-random Oct 20, 2021
a4875e3
refactor: Move default callbacks to util.h
real-or-random Nov 8, 2021
7c7ce87
build: Add a check that Valgrind actually supports a host platform
hebasto Dec 3, 2021
4900227
Merge bitcoin-core/secp256k1#1025: build: replace backtick command su…
real-or-random Dec 3, 2021
6c0be85
Verify that secp256k1_ge_set_gej_zinv does not operate on infinity.
roconnor-blockstream May 12, 2021
099bad9
Comment and check a parameter for inf in secp256k1_ecmult_const.
roconnor-blockstream Dec 3, 2021
dcbe84b
bench: add --help option to bench.
siv2r Nov 8, 2021
592661c
ci: move test environment variable declaration to .cirrus.yml
siv2r Nov 8, 2021
6ad908a
Merge bitcoin-core/secp256k1#1008: bench.c: add `--help` option and c…
real-or-random Dec 5, 2021
4f01840
Merge bitcoin-core/secp256k1#1027: build: Add a check that Valgrind a…
real-or-random Dec 5, 2021
61ae37c
Merge bitcoin-core/secp256k1#1022: build: Windows DLL additions
real-or-random Dec 5, 2021
e2cf773
Test ecmult functions for all i*2^j for j=0..255 and odd i=1..255.
sipa Apr 13, 2021
5eb519e
ci: reduce TEST_ITERS in memcheck run
sipa Dec 3, 2021
fdb33dd
refactor: Make PREC_BITS a parameter of ecmult_gen_build_prec_table
real-or-random Sep 8, 2021
486205a
Merge bitcoin-core/secp256k1#920: Test all ecmult functions with many…
real-or-random Dec 6, 2021
5d0dbef
Merge bitcoin-core/secp256k1#942: Verify that secp256k1_ge_set_gej_zi…
real-or-random Dec 7, 2021
5eba83f
ecmult_gen: Precompute tables for all values of ECMULT_GEN_PREC_BITS
real-or-random Nov 8, 2021
6573c08
ecmult_gen: Tidy precomputed file and save space
real-or-random Nov 8, 2021
ac49361
prealloc: Get rid of manual memory management for prealloc contexts
real-or-random Nov 9, 2021
ad63bb4
build: Prebuild and distribute ecmult_gen table
real-or-random Aug 27, 2021
d94a37a
build: Remove CC_FOR_BUILD stuff
real-or-random Nov 10, 2021
bb36fe9
ci: Test `make precomp`
real-or-random Nov 13, 2021
7dfcece
build: Remove #undef hack for ASM in the precomputation programs
real-or-random Dec 2, 2021
0559fc6
Merge bitcoin-core/secp256k1#988: Make signing table fully static
real-or-random Dec 15, 2021
bae7768
Rename gen_ecmult_gen_static_prec_table -> precompute_ecmult_gen
sipa Dec 17, 2021
f95b810
Rename gen_ecmult_static_pre_g -> precompute_ecmult
sipa Dec 17, 2021
7cf47f7
Rename ecmult_gen_static_prec_table -> precomputed_ecmult_gen
sipa Dec 17, 2021
075252c
Rename ecmult_static_pre_g -> precomputed_ecmult
sipa Dec 17, 2021
725370c
Rename ecmult_gen_prec -> ecmult_gen_compute_table
sipa Dec 17, 2021
31feab0
Rename function secp256k1_ecmult_gen_{create_prec -> compute}_table
sipa Dec 18, 2021
fc1bf9f
Split ecmult table computation and printing
sipa Dec 17, 2021
e458ec2
Move ecmult table computation code to separate file
sipa Dec 17, 2021
38cd84a
Compute ecmult tables at runtime for tests_exhaustive
sipa Dec 17, 2021
bb36331
Simplify precompute_ecmult_print_*
sipa Dec 17, 2021
1a6691a
Split off .c file from precomputed_ecmult_gen.h
sipa Dec 17, 2021
19d96e1
Split off .c file from precomputed_ecmult.h
sipa Dec 17, 2021
c45386d
Cleanup preprocessor indentation in precompute{,d}_ecmult{,_gen}
sipa Dec 17, 2021
e05da9e
Fix c++ build
sipa Dec 17, 2021
be6944a
Merge bitcoin-core/secp256k1#1042: Follow-ups to making all tables fu…
real-or-random Dec 20, 2021
10461d8
precompute_ecmult: Always compute all tables up to default WINDOW_G
real-or-random Dec 20, 2021
26a022a
ci: Remove STATICPRECOMPUTATION
real-or-random Dec 15, 2021
515e795
Improve checks at top of _fe_negate methods
peterdettman Sep 14, 2020
22d25c8
Add another ecmult_multi test
sipa Dec 18, 2021
a69df3a
Merge bitcoin-core/secp256k1#816: Improve checks at top of _fe_negate…
real-or-random Dec 22, 2021
22382f0
ci: Test different ecmult window sizes
real-or-random Dec 15, 2021
d07e301
ci: Update brew on macOS
real-or-random Dec 20, 2021
e70acab
ci: Use Cirrus "greedy" flag to use idle CPU time when available
real-or-random Dec 20, 2021
b4ac1a1
ci: Run valgrind/memcheck tasks with 2 CPUs
real-or-random Dec 21, 2021
b39d431
Merge bitcoin-core/secp256k1#1044: Add another ecmult_multi test
jonasnick Dec 22, 2021
58da5bd
doc: Fix upper bounds + cleanup in field_5x52_impl.h comment
robot-dreams Dec 3, 2021
1287786
doc: Add comment to top of field_10x26_impl.h
robot-dreams Dec 6, 2021
0b83b20
Merge bitcoin-core/secp256k1#1030: doc: Fix upper bounds + cleanup in…
real-or-random Dec 22, 2021
09971a3
Merge bitcoin-core/secp256k1#1047: ci: Various improvements
jonasnick Dec 22, 2021
b4b02fd
build: change libsecp version from 0.1 to 0.1.0-pre
jonasnick Jul 6, 2021
0bd3e42
build: set library version to 0.0.0 explicitly
jonasnick Jul 6, 2021
6f42dc1
doc: add release_process.md
jonasnick Jul 6, 2021
3ed0d02
doc: add CHANGELOG template
jonasnick Jul 6, 2021
3d7cbaf
tests: Fix test whose result is implementation-defined
real-or-random Dec 23, 2021
05e049b
ecmult: move `_ecmult_odd_multiples_table_globalz_windowa`
siv2r Dec 23, 2021
5f2efe6
secp256k1_testrand_int(2**N) -> secp256k1_testrand_bits(N)
sipa Dec 24, 2021
77a1975
Use xoshiro256++ PRNG instead of RFC6979 in tests
sipa Dec 24, 2021
9281c9f
Merge bitcoin-core/secp256k1#1053: ecmult: move `_ecmult_odd_multiple…
real-or-random Dec 24, 2021
423b6d1
Merge bitcoin-core/secp256k1#964: Add release-process.md
real-or-random Dec 25, 2021
a310e79
Merge bitcoin-core/secp256k1#1052: Use xoshiro256++ instead of RFC697…
real-or-random Dec 25, 2021
39a36db
Merge bitcoin-core/secp256k1#1054: tests: Fix test whose result is im…
real-or-random Dec 25, 2021
1515099
Simpler and faster ecdh skew fixup
peterdettman Dec 3, 2021
8c13a9b
ECDH skews by 0 or 1
peterdettman Dec 3, 2021
40b624c
Add tests for _gej_cmov
peterdettman Dec 24, 2021
e82144e
Fixup skew before global Z fixup
peterdettman Dec 26, 2021
a1102b1
Merge bitcoin-core/secp256k1#1029: Simpler and faster ecdh skew fixup
sipa Dec 31, 2021
72c8dea
Merge commits with sync-upstream.sh
jonasnick Jan 1, 2022
b7ebe64
Test APIs of funcs that need an ecmult_gen ctx with static ctx
jonasnick Jan 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 37 additions & 55 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ env:
# Specific warnings can be disabled with -Wno-error=foo.
# -pedantic-errors is not equivalent to -Werror=pedantic and thus not implied by -Werror according to the GCC manual.
WERROR_CFLAGS: -Werror -pedantic-errors
MAKEFLAGS: -j2
MAKEFLAGS: -j4
BUILD: check
### secp256k1 config
STATICPRECOMPUTATION: yes
ECMULTWINDOW: auto
ECMULTGENPRECISION: auto
ASM: no
WIDEMUL: auto
Expand All @@ -24,9 +24,9 @@ env:
MUSIG: no
ECDSAADAPTOR: no
### test options
TEST_ITERS:
SECP256K1_TEST_ITERS:
BENCH: yes
BENCH_ITERS: 2
SECP256K1_BENCH_ITERS: 2
CTIMETEST: yes

cat_logs_snippet: &CAT_LOGS
Expand Down Expand Up @@ -55,14 +55,19 @@ merge_base_script_snippet: &MERGE_BASE
- git config --global user.name "ci"
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts

task:
name: "x86_64: Linux (Debian stable)"
linux_container_snippet: &LINUX_CONTAINER
container:
dockerfile: ci/linux-debian.Dockerfile
# Reduce number of CPUs to be able to do more builds in parallel.
cpu: 1
# Gives us more CPUs for free if they're available.
greedy: true
# More than enough for our scripts.
memory: 1G

task:
name: "x86_64: Linux (Debian stable)"
<< : *LINUX_CONTAINER
matrix: &ENV_MATRIX
- env: {WIDEMUL: int64, RECOVERY: yes}
- env: {WIDEMUL: int64, ECDH: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes, ECDSA_S2C: yes, RANGEPROOF: yes, WHITELIST: yes, GENERATOR: yes, MUSIG: yes, ECDSAADAPTOR: yes}
Expand All @@ -71,12 +76,11 @@ task:
- env: {WIDEMUL: int128, ECDH: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes, ECDSA_S2C: yes, RANGEPROOF: yes, WHITELIST: yes, GENERATOR: yes, MUSIG: yes, ECDSAADAPTOR: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
- env: { RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes, ECDSA_S2C: yes, RANGEPROOF: yes, WHITELIST: yes, GENERATOR: yes, MUSIG: yes, ECDSAADAPTOR: yes}
- env: { STATICPRECOMPUTATION: no}
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
- env: {CPPFLAGS: -DDETERMINISTIC}
- env: {CFLAGS: -O0, CTIMETEST: no}
- env: { ECMULTGENPRECISION: 2 }
- env: { ECMULTGENPRECISION: 8 }
- env: { ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
- env: { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
matrix:
- env:
CC: gcc
Expand All @@ -89,10 +93,7 @@ task:

task:
name: "i686: Linux (Debian stable)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
HOST: i686-linux-gnu
ECDH: yes
Expand Down Expand Up @@ -147,8 +148,9 @@ task:
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
##
brew_valgrind_pre_script:
- brew update
- brew config
- brew tap --shallow LouisBrunner/valgrind
- brew tap LouisBrunner/valgrind
# Fetch valgrind source but don't build it yet.
- brew fetch --HEAD LouisBrunner/valgrind/valgrind
brew_valgrind_cache:
Expand Down Expand Up @@ -178,13 +180,10 @@ task:

task:
name: "s390x (big-endian): Linux (Debian stable, QEMU)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-s390x
TEST_ITERS: 16
SECP256K1_TEST_ITERS: 16
HOST: s390x-linux-gnu
WITH_VALGRIND: no
ECDH: yes
Expand All @@ -207,13 +206,10 @@ task:

task:
name: "ARM32: Linux (Debian stable, QEMU)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-arm
TEST_ITERS: 16
SECP256K1_TEST_ITERS: 16
HOST: arm-linux-gnueabihf
WITH_VALGRIND: no
ECDH: yes
Expand All @@ -231,13 +227,10 @@ task:

task:
name: "ARM64: Linux (Debian stable, QEMU)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-aarch64
TEST_ITERS: 16
SECP256K1_TEST_ITERS: 16
HOST: aarch64-linux-gnu
WITH_VALGRIND: no
ECDH: yes
Expand All @@ -252,13 +245,10 @@ task:

task:
name: "ppc64le: Linux (Debian stable, QEMU)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-ppc64le
TEST_ITERS: 16
SECP256K1_TEST_ITERS: 16
HOST: powerpc64le-linux-gnu
WITH_VALGRIND: no
ECDH: yes
Expand All @@ -273,13 +263,10 @@ task:

task:
name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: wine64-stable
TEST_ITERS: 16
SECP256K1_TEST_ITERS: 16
HOST: x86_64-w64-mingw32
WITH_VALGRIND: no
ECDH: yes
Expand All @@ -295,10 +282,7 @@ task:
# Sanitizers
task:
timeout_in: 120m
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 2G
<< : *LINUX_CONTAINER
env:
ECDH: yes
RECOVERY: yes
Expand All @@ -311,30 +295,31 @@ task:
MUSIG: yes
ECDSAADAPTOR: yes
CTIMETEST: no
EXTRAFLAGS: "--disable-openssl-tests"
matrix:
- name: "Valgrind (memcheck)"
container:
cpu: 2
env:
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
WRAPPER_CMD: "valgrind --error-exitcode=42"
TEST_ITERS: 8
SECP256K1_TEST_ITERS: 2
- name: "UBSan, ASan, LSan"
container:
memory: 2G
env:
CFLAGS: "-fsanitize=undefined,address"
CFLAGS_FOR_BUILD: "-fsanitize=undefined,address"
CFLAGS: "-fsanitize=undefined,address -g"
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1"
ASAN_OPTIONS: "strict_string_checks=1:detect_stack_use_after_return=1:detect_leaks=1"
LSAN_OPTIONS: "use_unaligned=1"
TEST_ITERS: 32
SECP256K1_TEST_ITERS: 32
# Try to cover many configurations with just a tiny matrix.
matrix:
- env:
ASM: auto
STATICPRECOMPUTATION: yes
- env:
ASM: no
STATICPRECOMPUTATION: no
ECMULTGENPRECISION: 2
ECMULTWINDOW: 2
matrix:
- env:
CC: clang
Expand All @@ -348,15 +333,12 @@ task:

task:
name: "C++ -fpermissive"
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
<< : *LINUX_CONTAINER
env:
# ./configure correctly errors out when given CC=g++.
# We hack around this by passing CC=g++ only to make.
CC: gcc
MAKEFLAGS: -j2 CC=g++ CFLAGS=-fpermissive
MAKEFLAGS: -j4 CC=g++ CFLAGS=-fpermissive\ -g
WERROR_CFLAGS:
EXPERIMENTAL: yes
ECDH: yes
Expand Down
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/ecmult_static_pre_g.h linguist-generated
src/precomputed_ecmult.c linguist-generated
src/precomputed_ecmult_gen.c linguist-generated
13 changes: 4 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
bench_inv
bench_ecdh
bench
bench_ecmult
bench_generator
bench_rangeproof
bench_schnorrsig
bench_sign
bench_verify
bench_recover
bench_internal
tests
exhaustive_tests
gen_context
gen_ecmult_static_pre_g
precompute_ecmult_gen
precompute_ecmult
valgrind_ctime_test
*.exe
*.so
*.a
*.csv
!.gitignore

Makefile
Expand Down Expand Up @@ -47,7 +43,6 @@ coverage.*.html

src/libsecp256k1-config.h
src/libsecp256k1-config.h.in
src/ecmult_static_context.h
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
Expand Down
Loading