diff options
| author | J08nY | 2020-03-16 20:44:22 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-16 20:44:22 +0100 |
| commit | c2b75500aa3dbcb0d2367439e29d33440bf77688 (patch) | |
| tree | b91c1b3fe8efb085aed14e51600fa88a35b15772 /Makefile | |
| parent | 9d4d881d6d847b044959b3c080dac1c9488445e8 (diff) | |
| download | pyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.tar.gz pyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.tar.zst pyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ EC_TESTS = ec.test_context ec.test_configuration ec.test_curve ec.test_formula \ ec.test_params ec.test_key_agreement ec.test_key_generation ec.test_mod ec.test_model \ -ec.test_mult ec.test_naf ec.test_op ec.test_point ec.test_signature +ec.test_mult ec.test_naf ec.test_op ec.test_point ec.test_signature ec.test_transformations SCA_TESTS = sca.test_align sca.test_combine sca.test_edit sca.test_filter sca.test_match sca.test_process \ sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset sca.test_plot |
