@@ -1327,23 +1327,18 @@ mod tests {
1327
1327
S < bn256:: Point , ZM < halo2curves:: bn256:: Bn256 > > ,
1328
1328
S < grumpkin:: Point , EE < _ > > ,
1329
1329
> ( ) ;
1330
- test_ivc_nontrivial_with_compression_with :: <
1331
- secp256k1:: Point ,
1332
- secq256k1:: Point ,
1333
- S < secp256k1:: Point , EE < _ > > ,
1334
- S < secq256k1:: Point , EE < _ > > ,
1335
- > ( ) ;
1336
- }
1337
-
1338
- #[ test]
1339
- #[ ignore]
1340
- fn test_ivc_nontrivial_with_zm_compression ( ) {
1341
1330
test_ivc_nontrivial_with_compression_with :: <
1342
1331
bn256:: Point ,
1343
1332
grumpkin:: Point ,
1344
1333
S < bn256:: Point , ZM < halo2curves:: bn256:: Bn256 > > ,
1345
1334
S < grumpkin:: Point , EE < _ > > ,
1346
1335
> ( ) ;
1336
+ test_ivc_nontrivial_with_compression_with :: <
1337
+ secp256k1:: Point ,
1338
+ secq256k1:: Point ,
1339
+ S < secp256k1:: Point , EE < _ > > ,
1340
+ S < secq256k1:: Point , EE < _ > > ,
1341
+ > ( ) ;
1347
1342
}
1348
1343
1349
1344
fn test_ivc_nontrivial_with_spark_compression_with < G1 , G2 , E1 , E2 > ( )
@@ -1450,23 +1445,18 @@ mod tests {
1450
1445
type G2 = pasta_curves:: vesta:: Point ;
1451
1446
1452
1447
test_ivc_nontrivial_with_spark_compression_with :: < G1 , G2 , EE < _ > , EE < _ > > ( ) ;
1453
- test_ivc_nontrivial_with_spark_compression_with :: <
1454
- secp256k1:: Point ,
1455
- secq256k1:: Point ,
1456
- EE < _ > ,
1457
- EE < _ > ,
1458
- > ( ) ;
1459
- }
1460
-
1461
- #[ test]
1462
- #[ ignore]
1463
- fn test_ivc_nontrivial_with_spark_zm_compression ( ) {
1464
1448
test_ivc_nontrivial_with_spark_compression_with :: <
1465
1449
bn256:: Point ,
1466
1450
grumpkin:: Point ,
1467
1451
ZM < halo2curves:: bn256:: Bn256 > ,
1468
1452
EE < _ > ,
1469
1453
> ( ) ;
1454
+ test_ivc_nontrivial_with_spark_compression_with :: <
1455
+ secp256k1:: Point ,
1456
+ secq256k1:: Point ,
1457
+ EE < _ > ,
1458
+ EE < _ > ,
1459
+ > ( ) ;
1470
1460
}
1471
1461
1472
1462
fn test_ivc_nondet_with_compression_with < G1 , G2 , E1 , E2 > ( )
0 commit comments