18
18
ECDH : no
19
19
RECOVERY : no
20
20
SCHNORRSIG : no
21
+ ELLSQ : no
21
22
# ## test options
22
23
SECP256K1_TEST_ITERS :
23
24
BENCH : yes
@@ -67,12 +68,12 @@ task:
67
68
<< : *LINUX_CONTAINER
68
69
matrix : &ENV_MATRIX
69
70
- env : {WIDEMUL: int64, RECOVERY: yes}
70
- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
71
+ - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSQ: yes }
71
72
- env : {WIDEMUL: int128}
72
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
73
+ - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, ELLSQ: yes }
73
74
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
74
75
- env : {WIDEMUL: int128, ASM: x86_64}
75
- - env : { RECOVERY: yes, SCHNORRSIG: yes}
76
+ - env : { RECOVERY: yes, SCHNORRSIG: yes, ELLSQ: yes }
76
77
- env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
77
78
- env : {CPPFLAGS: -DDETERMINISTIC}
78
79
- env : {CFLAGS: -O0, CTIMETEST: no}
94
95
env :
95
96
HOST : i686-linux-gnu
96
97
ECDH : yes
98
+ ELLSQ : yes
97
99
RECOVERY : yes
98
100
SCHNORRSIG : yes
99
101
matrix :
@@ -176,6 +178,7 @@ task:
176
178
HOST : s390x-linux-gnu
177
179
WITH_VALGRIND : no
178
180
ECDH : yes
181
+ ELLSQ : yes
179
182
RECOVERY : yes
180
183
SCHNORRSIG : yes
181
184
CTIMETEST : no
@@ -195,6 +198,7 @@ task:
195
198
HOST : arm-linux-gnueabihf
196
199
WITH_VALGRIND : no
197
200
ECDH : yes
201
+ ELLSQ : tes
198
202
RECOVERY : yes
199
203
SCHNORRSIG : yes
200
204
CTIMETEST : no
@@ -215,6 +219,7 @@ task:
215
219
HOST : aarch64-linux-gnu
216
220
WITH_VALGRIND : no
217
221
ECDH : yes
222
+ ELLSQ : yes
218
223
RECOVERY : yes
219
224
SCHNORRSIG : yes
220
225
CTIMETEST : no
@@ -232,6 +237,7 @@ task:
232
237
HOST : powerpc64le-linux-gnu
233
238
WITH_VALGRIND : no
234
239
ECDH : yes
240
+ ELLSQ : yes
235
241
RECOVERY : yes
236
242
SCHNORRSIG : yes
237
243
CTIMETEST : no
@@ -249,6 +255,7 @@ task:
249
255
HOST : x86_64-w64-mingw32
250
256
WITH_VALGRIND : no
251
257
ECDH : yes
258
+ ELLSQ : yes
252
259
RECOVERY : yes
253
260
SCHNORRSIG : yes
254
261
CTIMETEST : no
@@ -262,6 +269,7 @@ task:
262
269
<< : *LINUX_CONTAINER
263
270
env :
264
271
ECDH : yes
272
+ ELLSQ : yes
265
273
RECOVERY : yes
266
274
SCHNORRSIG : yes
267
275
CTIMETEST : no
@@ -311,6 +319,7 @@ task:
311
319
MAKEFLAGS : -j4 CC=g++ CFLAGS=-fpermissive\ -g
312
320
WERROR_CFLAGS :
313
321
ECDH : yes
322
+ ELLSQ : yes
314
323
RECOVERY : yes
315
324
SCHNORRSIG : yes
316
325
<< : *MERGE_BASE
0 commit comments