18
18
ECDH : no
19
19
RECOVERY : no
20
20
SCHNORRSIG : no
21
+ ELLSWIFT : no
21
22
# ## test options
22
23
SECP256K1_TEST_ITERS :
23
24
BENCH : yes
@@ -66,11 +67,11 @@ task:
66
67
<< : *LINUX_CONTAINER
67
68
matrix : &ENV_MATRIX
68
69
- env : {WIDEMUL: int64, RECOVERY: yes}
69
- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
70
+ - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
70
71
- env : {WIDEMUL: int128}
71
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
72
+ - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
72
73
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
73
- - env : {WIDEMUL: int128, ASM: x86_64}
74
+ - env : {WIDEMUL: int128, ASM: x86_64 , ELLSWIFT: yes }
74
75
- env : { RECOVERY: yes, SCHNORRSIG: yes}
75
76
- env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
76
77
- env : {CPPFLAGS: -DDETERMINISTIC}
@@ -177,6 +178,7 @@ task:
177
178
ECDH : yes
178
179
RECOVERY : yes
179
180
SCHNORRSIG : yes
181
+ ELLSWIFT : yes
180
182
CTIMETEST : no
181
183
<< : *MERGE_BASE
182
184
test_script :
@@ -196,6 +198,7 @@ task:
196
198
ECDH : yes
197
199
RECOVERY : yes
198
200
SCHNORRSIG : yes
201
+ ELLSWIFT : yes
199
202
CTIMETEST : no
200
203
matrix :
201
204
- env : {}
@@ -216,6 +219,7 @@ task:
216
219
ECDH : yes
217
220
RECOVERY : yes
218
221
SCHNORRSIG : yes
222
+ ELLSWIFT : yes
219
223
CTIMETEST : no
220
224
<< : *MERGE_BASE
221
225
test_script :
@@ -233,6 +237,7 @@ task:
233
237
ECDH : yes
234
238
RECOVERY : yes
235
239
SCHNORRSIG : yes
240
+ ELLSWIFT : yes
236
241
CTIMETEST : no
237
242
<< : *MERGE_BASE
238
243
test_script :
@@ -270,6 +275,7 @@ task:
270
275
RECOVERY : yes
271
276
EXPERIMENTAL : yes
272
277
SCHNORRSIG : yes
278
+ ELLSWIFT : yes
273
279
CTIMETEST : no
274
280
# Set non-essential options that affect the CLI messages here.
275
281
# (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
@@ -303,6 +309,7 @@ task:
303
309
ECDH : yes
304
310
RECOVERY : yes
305
311
SCHNORRSIG : yes
312
+ ELLSWIFT : yes
306
313
CTIMETEST : no
307
314
matrix :
308
315
- name : " Valgrind (memcheck)"
@@ -351,6 +358,7 @@ task:
351
358
ECDH : yes
352
359
RECOVERY : yes
353
360
SCHNORRSIG : yes
361
+ ELLSWIFT : yes
354
362
<< : *MERGE_BASE
355
363
test_script :
356
364
- ./ci/cirrus.sh
0 commit comments