diff options
| author | J08nY | 2025-10-24 23:48:47 +0200 |
|---|---|---|
| committer | J08nY | 2025-10-24 23:48:47 +0200 |
| commit | 219e4bf3322df08040c002e2fccced57b305da3c (patch) | |
| tree | 6d5e550b1f04b5b37f6d789409a34280a9b6e53e | |
| parent | 7976afc6c0b765fe78e032c19c7c40c7cee11f51 (diff) | |
| download | pyecsca-219e4bf3322df08040c002e2fccced57b305da3c.tar.gz pyecsca-219e4bf3322df08040c002e2fccced57b305da3c.tar.zst pyecsca-219e4bf3322df08040c002e2fccced57b305da3c.zip | |
| -rw-r--r-- | test/ec/test_countermeasures.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ec/test_countermeasures.py b/test/ec/test_countermeasures.py index b802525..cb1e4aa 100644 --- a/test/ec/test_countermeasures.py +++ b/test/ec/test_countermeasures.py @@ -1,4 +1,5 @@ from itertools import product +from copy import copy import pytest |
